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
CostlyOstrich36
Moderator
0 Questions, 3690 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 How Do You Start An Agent On The Clearml Server With A Specific

Hi @<1654294828365647872:profile|GorgeousShrimp11> , you can set it with an env var - CLEARML_CONFIG_FILE
None

7 months ago
0 Given I Want To Run A Task In A Pipeline Using A Base Task Id. One Of My Steps Just Finds The Latest Model To Use. I Want The Task To Output The Id, And The Next Step To Use It. How Would I Go About Doing This?

Can you give a bit more info of how you want the pipeline built and where you want to insert/extract the task id? Also how is the model related? Is it the start of the pipeline?

2 years ago
0 Hi All, I’M Running Experiments Using Clearml. The Training Is Very Slow, And I’M Getting The Following Errors And Warnings:

In the web UI you can click the settings icon at the top right -> settings. At that screen the version should be shown at the bottom right

2 years ago
0 Dear All, Great To Join Your Community. We Are Working On Plant Growth Stage Models At Basf For Farmers And I Was Wondering If Clearml Can Be Used Also For Data Versioning Of Tabular Data, Structured Data. I Would Like To Track If This And That Row Is Par

Hi @<1543766544847212544:profile|SorePelican79> , I don't think you can track the data inside the dataset. Maybe @<1523701087100473344:profile|SuccessfulKoala55> , might have an idea

one year ago
0 Hi I'M Using Clearml Datasets. How Do I Tell From The Clearml Ui Which Datasets Version Am I Using?

SubstantialElk6 , can you view the dataset in the UI? Can you please provide a screenshot so I can mark it down for you

3 years ago
0 Hi. I'M Using Clearml To Log My Experiments. During Training, I Load Files Using Torch.Load.Clearml Displays The Following Message:

SoreDragonfly16 Hi, what is your usage when saving/loading those files? You can mute both the save/load messages but not each one separately.

Also, do you see all these files as input models in UI?

3 years ago
0 Hi Team, I Have A Hosted Clearml Server. When I Upload A Large Artifact (Around 25Mb) To The

Hi NervousRabbit2 , what version of ClearML server are you running? Also what clearml version are you using?

one year ago
0 Hello, Everyone! Is There A Clearml .Pixi Package Manager Support ?

Hi @<1736556881964437504:profile|HelplessFly7> , I don't think there is such an integration. Currently Poetry, pip and Conda are supported. I think you could make a PR on this for the clearml-agent

3 months ago
0 Hi, I'Ve Tried To Plot Some Images To Debug Samples But I Can'T See Them Through Ui In Chrome. It Works In Firefox, But Chrome (96.0.4664.45) Logs Message

Are you using a self hosted server? Were the files written to some bucket/storage or directly to the fileserver?

2 years ago
2 years ago
2 years ago
0 Hi, Is It Possible To Delete Tags?

As SuccessfulKoala55 , mentioned. In the UI it looks like this

2 years ago
2 years ago
0 Is There Somewhere That I Can Find More Elaborated Steps To Get Vscode Work With Clearml Sessions?

Hi @<1523701304709353472:profile|OddShrimp85> , I think the full guide is here:
None

one year ago
0 A Question On Pipeline Artifacts And Their Use In Steps. I Want To Add An Artifact To The Pipeline (See Below), And Use It As Input To A Function Step. But The Following Does Not Work Because

Hi @<1649221402894536704:profile|AdventurousBee56> , I'm not sure I understand. Can you add the full log and explain step by step what's happening?

9 months ago
0 Hi Community! I Use The Tensorflow Object Detection Api And Trying To Get "Pretrained Checkpoint" Input Model To Store On The Server. If I Set Output_Uri=True In Task.Init, I Get The Output Models Stored On The Server As Expected But The Input Model Still

Hi 🙂

Regarding the input issue - Try defining in your ~/clearml.conf the following: sdk.development.default_output_uri to wherever you want it uploaded. I'm guessing that when you're running the original input model is created through the script and downloaded?

Regarding tagging - I think you need to connect tags individually to output models if you wanna connect it only to outputs

2 years ago
0 Hi Team, I Have A Hosted Clearml Server. When I Upload A Large Artifact (Around 25Mb) To The

Maybe @<1523701087100473344:profile|SuccessfulKoala55> or @<1523701827080556544:profile|JuicyFox94> might have some insight into this 🙂

one year ago
4 months ago
0 How/Where Can I Change The Session Timeout Time For The Webui? It'S Timing Out Way Too Fast After The Latest Updates

UnevenDolphin73 , what seems to be the timeout currently? You're self deployed with 1.4, correct?

2 years ago
0 Hi All, Is There An Easy Way To Ping The Server Programatically? I'M Just Trying To See What Is The Default Server That Is Set, And Is It Responsive

The highlighted line is exactly that. Instead of client.tasks.get_all() I think it would be along the lines of client.debug.ping()

3 years ago
Show more results compactanswers