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 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
0 Hi Everyone, I Noticed That Es Database Of My Local Server Instance Is Taking Up Huge Amount Of Ram (>32Gb Ram Usage For A ~80Gb Disk Space). There Is Enough Memory But I Also Run An Agent Instance On The Same Machine And Don'T Want To Dedicate That Much

Hi @<1547028074090991616:profile|ShaggySwan64> , You can try this. However, Elastic takes space according to the amount of metrics you're saving. Clearing some older experiments would free up space. What do you think?

8 months ago
0 Hi, When Running A Clearml Agent With Services Mode, Is There A Way To Limit The Number Of Concurrent Services Crunning?

Is it the services docker that comes with the docker compose or did you run your own agent?

3 years ago
0 Is There A Way To Force Clearml To First Parse The Config File, Before Running

Hi @<1523701083040387072:profile|UnevenDolphin73> , I'm not exactly sure, you're trying to set the credentials through the code itself but before Task.init()?

2 years ago
0 How Would I Go About Adding Multiple Credentials In The Autoscaler? (I.E. Specify Multiple

Hi UnevenDolphin73 ,

I think you need to lunch multiple instances to use multiple creds.

3 years ago
0 Helo, I Wonder If Someone Have An Idea How To Handle The "Error", Which I Mentioned In

Hi @<1856144871656525824:profile|SparklingFly7> , can you describe the issue you're experiencing? I saw there is a new response in github - None

2 months ago
0 Does Clearml Provides Free Self Hosting ?

Hi DelightfulElephant81 , you mean if you can self host ClearML yourself?

2 years ago
0 Hi, My Server Is On Version 1.11, And Yesterday A Few Of My Runs (With Agent 1.5.1) Failed On

I meant that maybe you ran it with a newer version of the SDK

one year ago
0 Had A Few Questions About The Auto Scaler:

Hi PerplexedElk26 , It seems you are correct. This capability will be added in the next version of the server.

2 years ago
0 Hey Guys, Is There Any Way To "Move" Tags Automatically To The Last Version Of My Dataset? E.G. I Have On Clearml The Dataset

Hi @<1648134232087728128:profile|AlertFrog99> , I don't think there is an automatic way to do this out of the box but I guess you could write some automation that does that via the API

one year ago
0 After Trying To Execute A Task From The Queue The Agent Fails Installing The Environment:

Hi TartBear70 ,

Did you run the experiment locally first? What versions of clearml/clearml-agent are you using?

3 years ago
0 Hello Everyone, I Am New To The Channel. I Am Working In A Team Which Deployed Clearml To An Azure Kubernetes Cluster Via Helmchart. We Have A Central Authentication Provider Which We Would Like To Use With Clearml. Is There A Possibility To Use Keycloak

Hi @<1673863775326834688:profile|SucculentMole19> , Unfortunately the open source does not support any authentication beyond the user/pass option.
If authentication is key, then the enterprise has full SSO integration including RBAC.

one year ago
0 How Can I Send A Composed Chunk Of Code For Remote Execution

Hi @<1523701083040387072:profile|UnevenDolphin73> , can you please elaborate?

one year ago
0 Is There A Gcp Driver Similar To

Hi @<1523701083040387072:profile|UnevenDolphin73> , not in the open source

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

one year ago
2 years ago
Show more results compactanswers