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
CumbersomeCormorant74
Moderator
0 Questions, 61 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hi Everyone! I Started Using Clearml To Track Some Of Our Experiments Last Week (Currently Using The Pro Tier), But I’M Having Some Issues Trying To Compare The Plots Of Two Experiments. Each Experiment Has Three Tables As Plots - One As A Plot With A Sin

@<1523701087100473344:profile|SuccessfulKoala55> - yes, plots are reported every iteration.
@<1564060248291938304:profile|AmusedParrot89> - the plot comparison indeed compares the latest iteration of the experiments. I will see if this can be better indicated somewhere

one year ago
0 Hey Can Anyone Explain This, My Max Number Of Instances Is 5 But Its Showing Something Like That: Its Showing 8 Instance Which Does Not Make Sense,

We limit the allowed calls per IP - to make sure the server is not blocked accidentally. We enabled over 1000 calls per minute.

one year ago
0 Hello! I Am Trying To Upgrade From Trains Server 0.14.0 -> 0.14.1 (Docker Setup) I Have Followed The Upgrade Instructions On

NutritiousBear41 - I'm currently checking what can cause this. Will get back to you shortly

4 years ago
0 Hello! I Am Trying To Upgrade From Trains Server 0.14.0 -> 0.14.1 (Docker Setup) I Have Followed The Upgrade Instructions On

NutritiousBear41 - I would like to ask you to try the following:
Refresh the web page (control+F5). Check the browser's local storage: F12 -> Application/Storage -> Local Storage - and copy the values of "currentVersion" and "dismissedVersion" (if they exist)

4 years ago
0 Hello! When I Delete Tasks, Models Or Datasets From The Fileserver'S Ui, The Associated Artifacts (In

ShinyRabbit94 - The github issue reported by SuperiorPanda77 is a display issue - meaning the files are deleted, and only the "undefined" display is incorrect. This should be fixed in the next release (1.4).
In your case the files are not deleted from the filesystem - so I assume this is a different issue. Can you provide more info so that I can try to reproduce:
How are the artifacts created? Are the links in the popup describing the un-deleted files correct? Can you add a screenshot?

2 years ago
0 Hello! When I Delete Tasks, Models Or Datasets From The Fileserver'S Ui, The Associated Artifacts (In

SuperiorPanda77 - thanks for updating. So indeed these may be similar issues. I will re-check this and udpate

2 years ago
0 Hi Everyone! I'M Facing A Problem With Metrics Quota, I Reported It In Github Issues (

Hi DrainedHippopotamus42 - I just answered in Slack (didn't see the post here...). We found the issue and it will be resolved in the next saas update. For the time being I added more storage to your workspace. Once you run a task that reports metrics - the problem should disappear.
Please let me know if this works for you

2 years ago
0 Hello, I Am New To Clearml. We Are A Small Working Team Working On A Ml Problem. I Am Facing An Issue Where I Get Error While Login To My Account. The Error Says "Xyz Email Address Does Not Have Access To Clearml - Ask Your Admin To Whitelist This Address

@<1681836303299121152:profile|RoundElk14> - I'm happy that you managed to resolve the issue. We are trying to reproduce it, but so far didn't manage to do so. As far as I understand - signed up to an account with google, and later tried to login with email - is that correct?

9 months ago
0 Hi, I Deleted All Archived Experiments In A Project And I Just Realized All Experiments Of All Projects Were Deleted (Clearml Server V1.0.0)

Hi JitteryCoyote63 . Just to make sure we fully understand the scenario - you had a project with several experiments, some of which were archived. Then you went to archive and selected all of the experiments and deleted them using the bulk delete operation. And then you saw that the project was empty even when you were not in archive mode. Is that correct?

3 years ago
0 Hi, Following

HandsomeGiraffe70 - please try to update to clearml 1.6.1 - this should solve the issue. Please update us if this worked

2 years ago
0 Hey Can Anyone Explain This, My Max Number Of Instances Is 5 But Its Showing Something Like That: Its Showing 8 Instance Which Does Not Make Sense,

Hi @<1570583227918192640:profile|FloppySwallow46> . We've update the rate limits. Can you please check if the issue is still occurring?

one year ago
one year ago
0 Hi, We Have A Self Hosted Clearml Server Which I Mainly Use For Experiment Tracking. There Is One Issue I Have Noticed Recently: Whenever I Archive And Delete An Experiment (With The Box " Remove All Related Artifacts And Debug Samples From Clearml File

@<1558986867771183104:profile|ShakyKangaroo32> - are you running the server using docker-compose?
If so - please add the following to the .env file in the same directory as the compose:
CLEARML_FILES_HOST=http:// <YOUR IP or HOSTNAME> :8081
Then restart the service by running sudo docker-compose up -d
Please update if this worked, or if you have any questions/issues

one year ago
0 Hey Guys, I Deploy Clearml In Kubernetes Successfully, Now I Want Serve Apiserver/Webserver/Fileserver Behind A Nginx Server, But The Static Css/Js File Is Absolute Path, It'S Hard To Assign Routing, Can You Change The Css/Js File To A Relative Url Path ?

Hi JealousSealion33 . We are planning on releasing a clearml k8s package very soon. I hope this is something that you will be able to use. If not, could you please elaborate on the issue you are facing and share the error you are receiving?

3 years ago
0 Hello, I Am New To Clearml. We Are A Small Working Team Working On A Ml Problem. I Am Facing An Issue Where I Get Error While Login To My Account. The Error Says "Xyz Email Address Does Not Have Access To Clearml - Ask Your Admin To Whitelist This Address

@<1681836303299121152:profile|RoundElk14> - thanks for the info.
app.clear.ml is the correct server
app.allegro,ai is an older demo server that should not be used. Do you know where you found the link to that - so that we can remove it?

9 months ago
0 Hello! I Am Trying To Upgrade From Trains Server 0.14.0 -> 0.14.1 (Docker Setup) I Have Followed The Upgrade Instructions On

NutritiousBear41 - can you go to localhost:8080/version.json (or change to the relevant address of your web app) and see what it outputs?

4 years ago
0 Hi, I Am Having Trouble With Comparing Plotly Plots From Different Experiments. The Plots, When You Look At Them Within One Experiment Look Fine (Attaching Screenshot), However Once You Try To Compare Plots From Two Experiments There Are Few Problems:

@<1566596960691949568:profile|UpsetWalrus59> - if you could also paste the payload and response of the call to events.get_multi_task_plots - from the network tab of the browser's dev-tools (F12), this might also help understand

one year ago
0 Hello! On The Dataset Tab, It Is Possible To Add Tags For Dataset Manually. Is There A Way To Add Tags Through The Code? When I Add Tags Through

@<1523701790044852224:profile|FreshParrot56> - Indeed a bug. We will fix this in the upcoming version - due in a few weeks

one year ago
0 Quick One: Having Some Issues With Comparing Experiments. Can I Only Compare Experiments If They Are Clones Of The Same Parent Task?

Hi SmallBluewhale13 - can you go to http://<your ip>:8080/version.json and copy what you get?

3 years ago
0 Hi Everyone! I'Ve Updated To Clearml 1.15 And The Env Var Webserver__Clearml_Api_Host Stopped Working In

@<1585078752969232384:profile|FantasticDuck7> - you can set

WEBSERVER__displayedServerUrls={"apiServer":"<apiserver address>","filesServer":"<filesserver addess>","webServer":"<webserver address>"}

This should affect the display of the credentials screen

5 months ago
Show more results compactanswers