Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
TrickySheep9
Moderator
71 Questions, 428 Answers
  Active since 10 January 2023
  Last activity 26 days ago

Reputation

0

Badges 1

383 × Eureka!
0 Votes
30 Answers
538 Views
0 Votes 30 Answers 538 Views
Is it possible to add a callback for a pipeline from a step?
2 years ago
0 Votes
3 Answers
581 Views
0 Votes 3 Answers 581 Views
Are people using devcontainer + clearml-session?
2 years ago
0 Votes
14 Answers
554 Views
0 Votes 14 Answers 554 Views
Hi folks any info on when the helm chart will be updated for 1.0.1 ?
2 years ago
0 Votes
2 Answers
644 Views
0 Votes 2 Answers 644 Views
What’s the best way to get the list of all projects (while in a notebook)? Hitting the API?
2 years ago
0 Votes
30 Answers
536 Views
0 Votes 30 Answers 536 Views
Sorry folks too many questions - if i have a project (and i set the output uri in it while creating, to a s3 folder) how can i ensure that a experiment (task...
3 years ago
0 Votes
12 Answers
686 Views
0 Votes 12 Answers 686 Views
I am seeing that some steps in a pipeline are being skipped. Like for example, in a pipeline with 4 steps, it’s directly starting at step 3. Is there some re...
2 years ago
0 Votes
7 Answers
548 Views
0 Votes 7 Answers 548 Views
My nth question for the day 🙂 What’s the general pattern for running a pipeline - train model, evaluate metrics and publish the model if satisfactory (based...
2 years ago
0 Votes
4 Answers
591 Views
0 Votes 4 Answers 591 Views
How does the uncommitted changes stuff work? Is it only for modified changes and not untracked files?
2 years ago
0 Votes
16 Answers
544 Views
0 Votes 16 Answers 544 Views
Any pointers on running gpu tasks with k8s glue?
2 years ago
0 Votes
12 Answers
619 Views
0 Votes 12 Answers 619 Views
Apart from having packages in requirements.txt, does clearml expect them to be actuall installed to add them as installed packages for a task?
2 years ago
0 Votes
2 Answers
527 Views
0 Votes 2 Answers 527 Views
Any ideas of using Label Studio with Clearml Datasets - base dataset, load to label studio, annotate, child annotated dataset is the kind of flow
3 years ago
0 Votes
12 Answers
573 Views
0 Votes 12 Answers 573 Views
This verify param to decode of pyjwt seems to be removed and in a fresh intallation we are seeing this error: File "/usr/local/lib/python3.7/site-packages/cl...
2 years ago
0 Votes
8 Answers
539 Views
0 Votes 8 Answers 539 Views
Is it possible to do additional setup (the extra_bash_init_script , container_bash_script etc per task? Say a task requires a system package, install it befo...
2 years ago
0 Votes
2 Answers
559 Views
0 Votes 2 Answers 559 Views
Would be great if ClearML is represented in the matrix. (It's mentioned as a mlops platform and the origin year) https://github.com/thoughtworks/mlops-platforms
2 years ago
0 Votes
21 Answers
554 Views
0 Votes 21 Answers 554 Views
After I have create a task and closed it in a notebook, any activity seems to trigger another task. For example:
2 years ago
0 Votes
0 Answers
569 Views
0 Votes 0 Answers 569 Views
General question not necessarily about ClearML - how are people handling schema for their datasets?
2 years ago
0 Votes
18 Answers
654 Views
0 Votes 18 Answers 654 Views
Looking at clearml-serving - two questions - 1, what’s the status of the project 2. how does one say how a model is loaded and served etc? For example, if i ...
2 years ago
0 Votes
3 Answers
542 Views
0 Votes 3 Answers 542 Views
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
2 years ago
0 Votes
6 Answers
557 Views
0 Votes 6 Answers 557 Views
Does ClearML have a way to do Human In the Loop activities as part of a pipeline that I might have missed?
2 years ago
0 Votes
13 Answers
569 Views
0 Votes 13 Answers 569 Views
I am not familiar with pytorch, but is it expected that so many “models” are created? These are being repeated as well for a single task (this is training a ...
2 years ago
0 Votes
1 Answers
613 Views
0 Votes 1 Answers 613 Views
Currently clearml-agent in services-mode supports cpu only configuration. Any particular reason for this limitation? Any inputs on what’s needed to do this i...
2 years ago
0 Votes
15 Answers
555 Views
0 Votes 15 Answers 555 Views
Anyone doing sagemaker with Clearml - something like the k8s glue but the tasks are pulled into sagemaker training jobs
2 years ago
0 Votes
10 Answers
525 Views
0 Votes 10 Answers 525 Views
Does k8s glue support running service agent? Slightly confused here
2 years ago
0 Votes
30 Answers
555 Views
0 Votes 30 Answers 555 Views
Is it possible to set an environment variable for a task?
2 years ago
0 Votes
4 Answers
677 Views
0 Votes 4 Answers 677 Views
I might be missing something, but is there no way to clear all tags or remove a tag in a Task? I only see a add_tags()
2 years ago
0 Votes
3 Answers
628 Views
0 Votes 3 Answers 628 Views
2 years ago
0 Votes
2 Answers
650 Views
0 Votes 2 Answers 650 Views
When a transitive dependency is optional, how do we make sure the task detects it? In my case, I have a task that reads excel file using pandas which needs x...
2 years ago
0 Votes
12 Answers
604 Views
0 Votes 12 Answers 604 Views
2 years ago
0 Votes
3 Answers
579 Views
0 Votes 3 Answers 579 Views
logger.report_table with a pandas df, that used to work fine, is suddenly not working - no table in plots but nothing in log (same code otherwise). Seen this...
2 years ago
0 Votes
5 Answers
532 Views
0 Votes 5 Answers 532 Views
How to update the logging level of all loggers in clearml?
2 years ago
Show more results questions
2 years ago
0 This Verify Param To Decode Of Pyjwt Seems To Be Removed And In A Fresh Intallation We Are Seeing This Error:

Not really right? They deprecated a param which wasn’t removed in that commit i mentioned above

2 years ago
2 years ago
0 Why Would Every Submitted Task Be Aborted Directly?

I was having this confusion as well. Did behavior for execute_remote change that it used to be Draft is Aborted now?

2 years ago
0 Why Would Every Submitted Task Be Aborted Directly?

Any specific use case for the required “draft” mode?

Nothing except that Draft makes sense feels like the task is being prepped and Aborted feels like something went wrong

2 years ago
2 years ago
0 Anyway To Make A Job Fail If The Required Python Version (3.7 Vs 3.8 For Example) Is Not Available In The Agent?

I would prefer controlled behavior than some available version being used. Here triggered a bunch of jobs that all went fine and even evaluations were fine and then when we triggered a inference deploy it failed

2 years ago
0 Anyway To Make A Job Fail If The Required Python Version (3.7 Vs 3.8 For Example) Is Not Available In The Agent?

In this case, particularly because of pickle protocol version between 3.7 and 3.8

2 years ago
2 years ago
0 Any Info On The Lifecycle Of Datasets Downloaded To $Home/.Clearml/Cache/Storage_Manager/Datasets Via Get_Local_Copy I Have A Task Running And I Was Watching The Above Path And Datasets Were Being Downloaded And Then They Are All Removed And For A Partic

AgitatedDove14 - this was an interesting one. I think I have found the issue, but verifying the fix as of now.

One of the devs was using shutil.copy2 to copy parts of dataset to a temporary directory in a with block - something like:

with TemporaryDirectory(dir=temp_dir) as certificates_directory: for file in test_paths: shutil.copy2(f"{dataset_local}/{file}", f"{certificates_directory}/file")
My suspicion is since copy2 copies with full data and symlin...

2 years ago
0 I Am Seeing That Some Steps In A Pipeline Are Being Skipped. Like For Example, In A Pipeline With 4 Steps, It’S Directly Starting At Step 3. Is There Some Reason For This, Some Optimization Kicking In?

` pipe = PipelineController(
default_execution_queue="minerva-default",
add_pipeline_tags=True,
target_project=pipelines_project,
)

    for step in self.config["steps"]:
        name = self._experiment_name(step)
        pipe.add_step(
            name=name,
            base_task_project=pipelines_project,
            base_task_name=name,
            parents=self._get_parents(step),
            task_overrides...
2 years ago
Show more results compactanswers