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, 4210 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?

4 years ago
one year ago
0 I Have A Question And I'M Not Sure If Anyone Is Clear On This. If I Want The Agent To Manage Dependencies Using Conda, And Install A New Environment Based On The Yaml File Output By

@<1718799873618219008:profile|FunnyPeacock68> , it appears that reading a yaml isn't supported. Currently only requirements.txt. I'd suggest opening a GitHub feature request for this capability!

one year ago
0 Hi Guys, I Hope This Isn'T A Super Dumb Question But... How Do I Unpublish An Experiment? I Tried To Archive It And Then Restore It, But No Luck.

CluelessElephant89 , Hi 🙂

An experiment cannot be 'unpublished' through the UI since it's a 'finalizing' action that the UI also gives a popup regarding. I think you can reset the task with Task.reset(force=True) through the SDK. This however will remove all logs/metrics.

https://clear.ml/docs/latest/docs/references/sdk/task#reset

What is the reason you would like to 'un-publish' and what would you want the new state to be, completed?

4 years ago
0 How Can I Access Github/Bitbucket Repository Using My Python File To Run In Clearml??

You will need to set agent.git_user agent.git_pass in your clearml.conf so the agent will be able to clone the repository. For git_pass you will need to use your github token or bitbucket app password

2 years ago
0 Hi All, I Have A Pipeline Construct From Multiple Base Tasks. Is There A Way To Get Output Or Notification Somehow From One Of The Steps In The Pipeline On The Fly? I Want To Know If I Can Trigger The A Child Step Based On Some "Go" Command That I Will Pu

Hi @<1539417873305309184:profile|DangerousMole43> , if understand correctly, you basically want to have some logic in your pipeline that will launch jobs according to some "trigger"?

2 years ago
0 Hi Guys, I Hope This Isn'T A Super Dumb Question But... How Do I Unpublish An Experiment? I Tried To Archive It And Then Restore It, But No Luck.

CluelessElephant89 , well that looks like a bug

I'll sort it out on our end 🙂

You could try using the API reference:
https://clear.ml/docs/latest/docs/references/api/tasks#post-tasksreset

Already tested that it works. However please notice that it will reset the task removing ALL outputs

4 years ago
0 Hi, I Have A Question Regarding Clearml Datasets. In The Web Ui, What Causes The "Content" Tab To Show A List Of The Files In The Dataset? It Used To Show Automatically, But Recently It Now Has "No Data To Show" Even Though All Files Are Definitely In The

Do you see any errors in the mongo or elastic containers when you create a dataset?

Also, does this issue reproduce when you create datasets via the CLI rather then the SDK?

one year ago
0 Is It Possible To Change The

SuperiorPanda77 , yes! 🙂

3 years ago
0 Hi All Is There An Openapi Schema For The Clearml Rest Api?

Hi @<1739093605621960704:profile|LovelySparrow29> , there is no such schema currently. Out of curiosity, what is the use case?

one year ago
0 Hi All Is There An Openapi Schema For The Clearml Rest Api?

@<1739093605621960704:profile|LovelySparrow29> , forgot to add the docs as well - None

one year ago
0 Hi, Can I Run A Single Hyperparameter Optimization Task With At Least 100 Experiments On Multiple Machines By Using Clearml-Agent And Queue?

You can add torch to the installed packages section manually to get it running but I'm curious why it wasn't logged. How did you create the original experiment?

one year ago
0 Hello! Can You Help Me With Model Endpoints Tab - How To Connect It To Existing Clearml-Serving Instance?

Hi @<1578555761724755968:profile|GrievingKoala83> , from my understanding this is a feature to be added to the imminent release of clearml-serving

8 months ago
0 What What I Can See, There Is No Task Status

Hi RotundHedgehog76 , from API perspective I think you are correct

2 years ago
0 Hey, I Just Try To Switch From Public Mongo To Private And Notice, We Need Database With Name

What do you mean by public to private mongo? @<1734020208089108480:profile|WickedHare16>

one year ago
0 Hi Everyone, Documentation Stands That

Hi @<1691983266761936896:profile|AstonishingOx62> , what if you try directly with the REST api and no the APIClient?

11 months ago
0 Hi To All! Is Clearml Oss Integrable With Keycloak For The Authentication Phase?

Hi HarebrainedBaldeagle11 , I think OSS is bring your own security so it's probably possible

2 years ago
0 Hi All Can You Help Please, I Can’T Find This Information On Official

Hi @<1554638179657584640:profile|GlamorousParrot83> , yes it is supported just like in the AWS autoscaler 🙂

one year ago
3 years ago
0 Hi, I Want To Simultaneously Initialize A Task (From A Python Script) And Enqueue It To A Remote Machine With A Clearml Agent. However, I Didn'T Find How To Do It Yet. What I Tried:

Hi DullPeacock33 , I think what you're looking for is this:
https://clear.ml/docs/latest/docs/references/sdk/task#execute_remotely
This will initialize all the automagical stuff but won't require running the script locally.
What do you think?

3 years ago
Show more results compactanswers