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

Questions 6087

Questions 6087

Tags
Sorting
Results
per page
0 Votes
5 Answers
654 Views
0 Votes 5 Answers 654 Views
9 months ago
0 Votes
2 Answers
594 Views
0 Votes 2 Answers 594 Views
Hey all. I'm getting this error: clearml-data create --project my_project --name dir_name --output-uri None Error: SSL validation failed for None [Errno 21] ...
9 months ago
0 Votes
5 Answers
588 Views
0 Votes 5 Answers 588 Views
Hi, can I provide a direct url for pytorch wheel through clearml.conf file or somewhere else? I'm having a following issue. clearml_agent: Warning: could not...
9 months ago
0 Votes
4 Answers
537 Views
0 Votes 4 Answers 537 Views
Hey all, I made a few small changes to clearml Sessions to add some nifty features - Added tailscale support by introducing --tailscale - Added the ability t...
9 months ago
0 Votes
1 Answers
501 Views
0 Votes 1 Answers 501 Views
How can I access the FrameGroup class? I used to do this - from allegroai import FrameGroup But now I have only clearml package and I don't find the FrameGro...
9 months ago
0 Votes
12 Answers
618 Views
0 Votes 12 Answers 618 Views
Hello all, I want to clarify something. In the ClearML Task Scheduler .add_tast() method there's a parameter for schedule_function . I think I had some assum...
9 months ago
0 Votes
16 Answers
663 Views
0 Votes 16 Answers 663 Views
Hi, I’m trying to upload output model files (like .pth) to ClearML server. Assume my train.py is as follows: from clearml import Task task = Task.init( proje...
9 months ago
0 Votes
2 Answers
654 Views
0 Votes 2 Answers 654 Views
9 months ago
0 Votes
0 Answers
566 Views
0 Votes 0 Answers 566 Views
Hi, is there a way to export ClearML experiments into a file package and import them on another ClearML instance?
9 months ago
0 Votes
13 Answers
621 Views
0 Votes 13 Answers 621 Views
9 months ago
0 Votes
1 Answers
577 Views
0 Votes 1 Answers 577 Views
9 months ago
0 Votes
4 Answers
574 Views
0 Votes 4 Answers 574 Views
Hi all Can you help please, I can’t find this information on official docs , is it possible to run spot instance with GPU on GCP with clearml autoscaler inte...
9 months ago
0 Votes
2 Answers
518 Views
0 Votes 2 Answers 518 Views
9 months ago
0 Votes
1 Answers
667 Views
0 Votes 1 Answers 667 Views
Hi all, I have a pipeline step that does a shutil.copytree and I would like the progress to be shown on the task. is there a way, since shutil copytree has n...
9 months ago
0 Votes
1 Answers
645 Views
0 Votes 1 Answers 645 Views
9 months ago
0 Votes
6 Answers
566 Views
0 Votes 6 Answers 566 Views
Hi All, is there a way to clone a pipeline from the web UI like you can with a task? The goal is to be able to give the cloned version a different name so I ...
9 months ago
0 Votes
1 Answers
538 Views
0 Votes 1 Answers 538 Views
Are ClearML datasets intended to be static, or can they be dynamic? We intend to have an ETL pipeline running in Databricks environment digesting complex pro...
9 months ago
0 Votes
2 Answers
642 Views
0 Votes 2 Answers 642 Views
9 months ago
0 Votes
25 Answers
652 Views
0 Votes 25 Answers 652 Views
9 months ago
0 Votes
13 Answers
647 Views
0 Votes 13 Answers 647 Views
9 months ago
0 Votes
1 Answers
611 Views
0 Votes 1 Answers 611 Views
9 months ago
0 Votes
1 Answers
623 Views
0 Votes 1 Answers 623 Views
9 months ago
0 Votes
6 Answers
666 Views
0 Votes 6 Answers 666 Views
Hi everyone, I’m trying to create a pipeline from tasks without uploading the data into clearml server because it’s large and I get into memory issues. Inste...
9 months ago
0 Votes
11 Answers
947 Views
0 Votes 11 Answers 947 Views
9 months ago
0 Votes
4 Answers
636 Views
0 Votes 4 Answers 636 Views
Hi all, I am currently have a pipeline with multiple steps using the functional api add_function_step I would like for one of the steps to be run from within...
9 months ago
0 Votes
1 Answers
864 Views
0 Votes 1 Answers 864 Views
9 months ago
0 Votes
4 Answers
615 Views
0 Votes 4 Answers 615 Views
9 months ago
0 Votes
9 Answers
572 Views
0 Votes 9 Answers 572 Views
9 months ago
0 Votes
2 Answers
606 Views
0 Votes 2 Answers 606 Views
Hi, I am surprised by the behavior of clearml-agent daemon --stop which stop the worker fine - but also flag ongoing Task as Completed instead of Aborted or ...
9 months ago
0 Votes
4 Answers
561 Views
0 Votes 4 Answers 561 Views
Dear community, I have tried to use clearml-data sync to update a previously created clearml dataset with a folder's content. There had been no change since ...
9 months ago
Show more results questions