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

Reputation

0
0 Hey Everyone! I’M Currently Trying To Set Up Hyperparameter Optimization With Clearml On A Base Experiment Using Hydra. I Got Everything Working From The Examples. However, The Child Experiments Started By The Optimization Don’T Seem To Actually Get The N

In the task hyper parameters section you have a section called Hydra. In that section there should be a configuration called _allow_omegaconf_edit_ , what is it set to?

2 years ago
0 Hi, Question Regarding

Can you try upgrading to the latest agent version? pip install -U clearml-agent

2 years ago
0 Hi, Question Regarding

Also, can you verify that you still have the clearml-agent process running? top / htop

2 years ago
0 Hi, Question Regarding

Also, what version are you on?

2 years ago
0 Hi, Can We Change Port For Clearml Webapp From Default 8080 To Something Else?? If Yes, Then How?

DistinctShark58 , Hi 🙂

You can change all the default ports. This can be done through the docker compose for example.

2 years ago
0 Hi Guys! Is There Any Way To Get Full State Of Dataset From Somewhere, Except My S3 Bucket? I Need A Mapping Of Files And Batches That Were Uploaded As A Dataset. Maybe This Information Is Also Available In One Of The Clearml Databases?

Hi @<1584716355783888896:profile|CornyHedgehog13> , you can only see a list of files inside a dataset/version. I'm afraid you can't really pull individual files since everything is compressed and chunked. You can download individual chunks.

Regarding the second point - there is nothing out of the box but you can get a list of files in all datasets and then compare if some file exists in others.

Does that make sense?

one year ago
3 years ago
0 Hi, I Am Getting

And you made sure that the file is on the blob?

one year ago
0 Hi All, I Hope I'M In The Right Channel, We(

StaleButterfly40 , I'm trying to get an estimate of what you have because if the content is too large the preview isn't shown....

3 years ago
0 Hi Folks! Are There Any Way To Add New Users To My Server And Manage Their Permissions Without Restarting Entire Clearml Server? I Have Read

Hi @<1635088270469632000:profile|LividReindeer58> , I'm afraid that isn't available in the open source version

one year ago
0 I Have A Situation Where I’D Like To “Promote” The Pipeline (And Dataset) By Creating It In A Completely Separate Instance Of Clearml Server Which Is Used For Production Retraining (Vs. The Dev. Clearml Server That Is Used For Experiments) A) Is This Some

RoughTiger69 Hi 🙂

Regarding your questions:
Moving certain tasks/datasets from server to server would require a data merge. This process basically requires merging the databases (mongodb, elasticsearch, files etc.). I think it's something that can be done in the paid version as a service but not in the free. I think if you'd like to 'promote' tasks to production you can either work on a special project for that OR upload the models to S3 and then re-run the experiment and point it to the...

3 years ago
0 Hi All, I Hope I'M In The Right Channel, We(

StaleButterfly40 , do the inputs/outputs have previews or are they just file links?

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

So, it's not happening anymore?

2 years ago
0 Hi, I Am Wondering Is There Anyway To Use Clearml Agent Without Setting Up The Environment, For Example, Do Not Enforce The Git Clone And Pip Install But Cd Some Dir And Activate An Environment?

Hi @<1654294834359308288:profile|DistressedCentipede23> , do you mean completely circumventing that basic function of the agent and simply pointing it to a specific script/env?

one year ago
Show more results compactanswers