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, 3787 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hi, I Tried To Make A Clearml Dataset Using The

Can you add the full error please?

3 years ago
0 Hello Guys, I Got This Error On My Pipeline Execution When Processing Data For Model Training. There Are About 10 Steps, But This Errors Occured When It Reaches Step 7

Hi MoodyCentipede68 ,

What version of ClearML / ClearML-Agent are you using? Is it a self hosted server or the SaaS?
Also, can you explain what step 7 was trying to do? Is it running locally or distributed?

2 years ago
0 Are The Clearml Server Aws Amis A Paid Only Feature?

Hi ElegantCoyote26 , I don't think so. I'm pretty sure the AWS AMI's are released for the open source server 🙂

2 years ago
0 Hi. From Python, Is There Away To Check How Many Worker Is There In A Given Queue ?

It is returned in queues.get_all. I'd suggest navigating to the webUI and checking what the webUI is sending to the server (It's all API calls) and replicating that in code with the APIClient

one month ago
0 Are Gp3 Volumes Automatically Deleted When The Instance Is Spun Down Using The Clearml Aws Autoscaler?

It's an interesting question!
I think that the instances are terminated when they are spun down therefor the behavior should be the same as if you terminated them yourself manually

2 years ago
0 Hello, We Use Clearml With A Torch.Distributed (Ddp, On Only 1 Machine But With Multiple Process) Training, And We Found That Clearml Intercepts And Changes The Exit Code Of Our Process (I.E. Exit(1) Does Not Exit 1 Anymore), And Torch.Multiprocessing.Spa

VirtuousFish83 Hi 🙂

What versions are you running with? ClearML, ClearML-Agent, Torch, Lightning. Which OS are they run on and with what python version.

Do you maybe have a snippet to play around with to try and reproduce the issue?

3 years ago
0 What What I Can See, There Is No Task Status

Hi RotundHedgehog76 , from API perspective I think you are correct

one year ago
0 Hi, When Migrating From The Clearml Server To A Self Hosted Server Is There A Way To Transfer All The Data/Training Tasks Between Them?

Hi @<1523701295830011904:profile|CluelessFlamingo93> , I'm afraid there is no clear-cut way to migrate data from the community server to your own self hosted server since the databases aren't compatible.

One work around would be to pull all experiments information via API (The structure/logs/metrics) and then repopulate the new server using the API. I think it would be a bit cumbersome but it can be achieved.

one year ago
0 What What I Can See, There Is No Task Status

That sounds like a good idea! Can you please open a GitHub issue to track this?

one year ago
0 Can I Run An Autoscaler Listening To A Regular Queue (I.E. Combine Autoscaling With On Premise Machines)? Or Does It Run The Danger Of Creating An Ec2 Instance While An On-Premise Machine Takes The Job?

Hi UnevenDolphin73 , it does run that danger, however it will spin down after time out if there is nothing for it to pick up from the queue

2 years ago
0 Hello, Getting This Message On Sub Tasks

Are you getting the same errors?

2 years ago
0 Hi, I Am Using Clearml On A Self-Hosted Server (With

Hi @<1594863230964994048:profile|DangerousBee35> , I'm afraid that the self hosted version and the PRO versions are entirely disconnected. There are many more advanced features in the Scale/Enterprise licenses where you can have a mix of all the features you might be looking for. You can see the different options here - None

one year ago
0 If I Want To Run Tensorflow (Version 2.10.0 With Python 3.8) With The Aws Autoscaler, Which Ami And Docker Base Image Should I Choose?

I would look for an AMI that has already cuda and all drivers installed. Same goes for the docker image

one year ago
0 Hi

Hi @<1523701949617147904:profile|PricklyRaven28> , note that steps in a pipeline are special tasks with hidden system tag, I think you might want to enable that in your search

3 months ago
0 Please Tell Me, When Migrating A Local Server, We Have Problems That The Saved Images Are Not Displayed, It Says "Unable To Load Image" And Links To The Old Server If You Click "Copy Image Url" Or "Open Image". The Migration Was Done According To Backup'

Is it possible to do something so that the change of the server address is supported and the pictures are pulled up on the new server from the new server?

Do the links point to a bucket or the fileserver?

2 years ago
0 Ui Suggestion:

DepressedChimpanzee34 which section are you referring to, can you provide a screenshot of what you mean?

3 years ago
0 Hi All, I'M Want To Compare 2 Different Tasks Plots, E.G., I Have A Histogram Of F1 Values For 2 Different Models. However, They Histogram Comparison Only Shrinks The Bars (See Attached Image). Is There A Way To Make The Bars With Normal Width / Compare T

Hi @<1582179661935284224:profile|AbruptJellyfish92> , how do the histograms look when you're not in comparison mode?

Can you provide a self contained snippet that creates such histograms that reproduce this behavior please?

one year ago
0 Hi Everyone, How I Can See The Magical Ci/Cd Work In Clearml Pipeline?

What code did you try running? It appears that "services" is the default queue in code. You can create this queue and run an agent against it to execute tasks

2 years ago
0 Hello Clearml Ppl

Hi FreshKangaroo33 ,

I think you could use a special hyper parameter for it. This way you can have it show up in the UI as a column. This way it would take any argument you want AND you can filter by it 🙂

2 years ago
0 Hey, I Reached The Stored Metrics Limit, Deleted Experiments But The Metric Storage Didn'T Clear At All. How Can I Clear It? Thanks In Advance!

Usage quote is calculated a few times a day. The new stats should be reflected in a few hours

2 years ago
Show more results compactanswers