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, 4181 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hi, I Would Like To Know If It'S Possible To Predefine Queues In The K8S Helm Chart For The Server

@<1722786138415960064:profile|BitterPuppy92> , we are more than happy to accept pull requests into our free open source 🙂

one year ago
one year ago
0 Hi All, Does Anyone Know How I Can Use Python To Load The Configuration Of A Saved Experiment/Model Using Its Id?

Hi CrookedMonkey33 , can you elaborate a bit more on what you want done?

2 years ago
0 Hey Everyone Looking To Get Some Input How Clearml Server Set Tasks Status How Does Server Differentiate Between Tasks In Different States:

Hi @<1523701842515595264:profile|PleasantOwl46> , what do you mean more details about the state? Usually in the INFO section of the task you have all history of actions

7 days ago
0 Hi All, I'M Trying To Clone And Run The

Hi @<1587615463670550528:profile|DepravedDolphin12> , can you please provide a link to the doc you read?

2 years ago
0 Hi All, I Could Use Some Help - I’M Getting The Following Error:

Hi FlutteringBadger86 ,

Are you referring to app.clear.ml?
Can you see if you manage to load it with your phone?

3 years ago
0 Is This The Old Document Page?

AgitatedDove41 , this is the old documentation indeed. It's deprecated and shouldn't be used 🙂

New documentation has everything in it, and more!

3 years ago
0 Hello

Hi @<1644147961996775424:profile|HurtStarfish47> , published is one step after finalized technically, similar to tasks

one year ago
0 Hello All! Was Wondering If It Is Possible To Generate Report Automatically After Running A Task A Or Pipeline. Or I Do Need To Generate The Report Manually? Maybe Anything In Between? Like Setting The Report Previously And Populate Plots From A Particul

Hi @<1790190274475986944:profile|UpsetPanda50> , everything you can do manually in the webUI you can automate using an API. The webUI itself uses the API so you can always open developer tools (F12) and see what the UI sends to the backend. Then you can simply replicate it in code 🙂

8 months ago
0 Hi, While Loading A Task I See The Following Line In The Output:

Hi AbruptWorm50 ,

The cached files are used by ClearML - Here is an example:
https://github.com/allegroai/clearml-agent/blob/master/docs/clearml.conf#L120

Regarding the first question - What is the lock from the 24th of April. It seems that this process is what is blocking cache usage

3 years ago
0 Hi Everyone, I'M Setting Up Aws Autoscaler. Is It Possible To Configure

Hi @<1792726992181792768:profile|CloudyWalrus66> , from a short read on the docs it seems simply as a way to spin up many machines with many different configurations with very few actions.

The autoscaler spins up and down regular ec2 instances and spot instances automatically by predetermined templates. Basically making the fleet 'feature' redundant.

Or am I missing something?

7 months ago
0 I Have The User/Pass Set Up On The

Please rerun again and provide a log that does show the git_pass

9 months ago
3 years ago
0 Hey Channel. We Are Thinking About Using Clearml Dataset To Store The Data And Use Versioning. Does Anyone Know If The Versioning Are Incremental, And If It Is Possible To Restore An Older Verions?

Hi @<1726047624538099712:profile|WorriedSwan6> , versioning is as incremental as you make it be when creating new child versions.

What do you mean by restoring old versions? The versioning assumes you will not be deleting parent versions.

3 months ago
0 Hey All

@<1715538373919117312:profile|FoolishToad2> , I think you're missing something. ClearML backend only holds references (links) to artifacts. Actual interaction with storage is done directly via the SDK, aka on the machine running the code

one year ago
0 Hey Everyone Is There A Way To Have Metrics Upload To Default_Output_Uri Instead Of Fileserver? We'Re Self Hosting Clearml On Kubernetes And We'D Like To Completely Get Rid Of Fileserver And Have All Uploads (Metrics, Models, Artifacts Etc.) In One Place

Hi @<1845635622748819456:profile|PetiteBat98> , metrics/scalars/console logs are not stored on the files server. They are all stored in Elastic/Mongo. Files server is not required to use. default_output_uri will point all artifacts to your Azure blob

3 months ago
0 Hi Everyone, I'M Running A Local Server 2.0.0 And I Would Like To Start Using The Model Registry For Versioning. However I Found That There Is No Way To Retrospectively Match Models To A Task, Cannot Sort/Filter By Model Task Name Or Even Search By Model

Hi @<1547028074090991616:profile|ShaggySwan64> , how are you currently saving models? What framework are you using? Usually the output models are listed in the 'artifacts' section of a task and on the model side, there is the 'lineage' tab to see which task created the model and what other tasks are using it as input.

5 months ago
0 Hi, Is There Any Variable That Defines The Disconnectivity Timeout? I Want To Handle Cases Where My Remote Clearml Is Not Available For Some Time. In Addition, What Is The Recommended Way To Handle Clearml Remote Server Connection Issues? I Would Like Tha

Hi @<1853608151669018624:profile|ColossalSquid53> , if there is no connectivity to the clearml server, your python script will run regardless. clearml will cache all logs/events and then flush them once connectivity to the server is resumed.

2 months ago
Show more results compactanswers