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

Reputation

0
0 Hi All, I Am Testing The New

GiganticTurtle0 , are you using ClearML 1.1.1 or 1.1.0?

3 years ago
one year ago
0 Hey All, I'Ve Been Doing Some Hyperparameter Tuning Today Using A Clearml Managed Dataset. However, I Kept Running Into The Following Error:

Hi @<1780043419314294784:profile|LargeHamster21> , are you running multiple instances of the agent on the same machine? If that is the case, can you elaborate on the use case?

2 months ago
0 Hello

Hi @<1752139552044093440:profile|UptightPenguin12> , for that you would need to use the API and use the mark_completed call with the force flag on

5 months ago
0 Hi All, Is There Documentation On How To Train On Model On Mutiple-Gpu Across Mutilple Nodes/Machines ?

Hi @<1541592241250766848:profile|BrightPenguin74> , I think this is what you're looking for
None

2 years ago
0 Hi, Another Idea For Clearml Web Ui: In The Projects View, If I Have Several Experiments Being Enqueued And I Sort By “Started” Ascending (Newest On Top), I Expect To See Enqueued Experiments At The Very Top, While They Are Shown At The Very Bottom - Woul

JitteryCoyote63 , Hi 🙂

Why do you expect to see the enqueued on top of 'started' if they haven't started yet and are in enqueue state only? You can sort by 'updated' to get this result.

3 years ago
0 Hello,

Hi @<1577106236631945216:profile|SucculentCat11> , I think the file must be a .py file

one year ago
0 Hi, Is It Possible For Clearml To Support Languages Other Than Python?

Hi @<1523701504827985920:profile|SubstantialElk6> , you can create wrappers around other languages but currently only Python is supported by ClearML

one year ago
0 Hi, Everyone As Far As I Know, Clearml Has Logging Of Machine Learning Processes, However I Couldn'T Find Any Information Regarding Its System Of Accounting Of

Hi MysteriousWalrus11 ,

Can you please elaborate on this?

information security events

Are you running a self hosted server?

2 years ago
0 Hi! If I Want To Programmatically Extract Information On All (Clearml) Tasks Of A Given (Clearml) Project, What Is The Recommended Way? For Example - Let'S Say I Want To Extract Some Specific Metric Curves Points From All Of The Tasks

Hi GorgeousMole24 , I think for this your best option would be using the API to extract this information.
` from clearml.backend_api.session.client import APIClient

client = APIClient() `is the pythonic usage

2 years ago
0 Hi Everyone! Is There Any Way To Setup Sso For Clearml Server? Thx

Hi @<1558624448217616384:profile|ShaggyFrog16> , SSO & LDAP integrations are part of the Scale & Enterprise licenses 🙂

one year ago
0 Hi Everyone! Is There Any Way To Setup Sso For Clearml Server? Thx

I think you would need to contact the sales department for this 🙂
None

one year ago
0 Hi Folks, What Is The Process To Get An Ml Algo/Engine Added To The List Of Integrations?

Hi FrustratingShrimp3 , which framework would you like added?

2 years ago
0 Hi Folks, What Is The Process To Get An Ml Algo/Engine Added To The List Of Integrations?

Is this something that the ClearML team could add? Would it be helpful to have a call?

FrustratingShrimp3 , I think you can open a github issue to request the new feature

2 years ago
0 Hello Everyone, I Currently Have The Following Problem: I Have Rebuilt A Pipeline From The Example And Have Noticed That The Pipeline Is Registered Cleanly On Cearml But Is Not Executed By The Worker. In The Attachment You Can See The Pipeline From The Ex

Hi @<1774245220934750208:profile|GleamingTiger28> , how many workers do you have listening to the default queue and is the pipeline controller running on the default queue as well?

3 months ago
0 Top Of The Morning Dear Community

Hi WhoppingMole85 , you can actually do that with the logger.

Something along the lines of:
Dataset.get_logger().report_table(title="Data Sample", series="First Ten Rows", table_plot=data1[:10])

Does this help?

2 years ago
0 Hi All! I Want To Setup A Tool That I Can Use To Analyse Clearml Logs (Just User And Experiment Logs, I Am Not Doing Any Model Serving Yet). Is There An Api Endpoint That I Can Fetch Such Metrics? Metrics Like Number Of Active Users, Number Of Experiments

Hi @<1573119955400921088:profile|CloudyPelican46> , you can certainly do this. You can find all the related api calls here - None
I suggest opening developer tools (F12) and seeing what is sent in the UI to fetch the various metrics you're looking for

one year ago
0 Hi Everyone, We Want To Migrate An Existing Clear-Ml Server From Plain Ec2 Instances To Eks Is There Any Guide/Documentation/Thread About It?

Hi @<1787291179033825280:profile|MistakenDeer8> , I think the main points are the data migration and links. If you can manage to keep the same URL for the server it would make things much easier.

one month ago
0 Hi All, I’M Looking For Suggestions On Best Practices For Easily Going Between Local Development And Remote Execution. Currently, The Approach I’Ve Been Using Is To Have A Gitlab Ci/Cd Pipeline That Builds A New Docker Image For Each Commit And Then Setti

Hi @<1533620191232004096:profile|NuttyLobster9> , first, you can insert it using the bash startup script.
Also, I think you can add this repo to the requirements using the following format:

git+
11 months 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
Show more results compactanswers