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

Reputation

0
0 Hi, Community. I Want To Delete Experiment And See This Error. How I Can Solve This?

AbruptHedgehog21 , can you go into the network tab of the developer tools and see which request is returning 500?

2 years ago
0 Hi. I'D Like To Try The Gcp Autoscaler.

From the screenshots provided you ticked 'cpu' mode AND I think the machine that you're using n1-standard-1 is a cpu only machine, if I'm not mistaken.

2 years ago
0 Hi I’M Trying Out Pipeline Controller From Tasks. I Was Not Able To Understand Why My Code Results In Just One Task(The First One) In The Pipeline.

Hi UpsetBlackbird87 ,
If you're in the pipelines UI, you can switch to the detailed view and you can see each step of the pipeline as a node 🙂
You can see an example here:
https://clear.ml/docs/latest/docs/pipelines/pipelines

2 years ago
0 Hi! I Developed Clearml Pipeline As Python Package (

If you're running in docker mode you can add those steps very easily to the bash startup script

2 years ago
0 Hi, I Have Clearml Installed Locally And I Have A Question Regarding Saving Of Experiments And Models. In A Project If We Do Not Change The Task Name Does It Override The Previous Experiment With Same Name And How To Avoid It Without Changing The Task Nam

Hi GrittyHawk31 ,

To avoid reusing tasks you can set the following configuration in ~/clearml.conf
sdk.development.task_reuse_time_window_in_hours: 0

In any case - models shouldn't be replaced but just new ones will be created in the system

2 years ago
0 Hi! I Developed Clearml Pipeline As Python Package (

Does the other PC have the package locally there somewhere?

2 years ago
0 Hi Everyone And Apologies For The Incredibly 'Basic' Question. I'M Trying To Deploy Clearml Server On An Ovh Hosted Vm. What Do You Think Is A Suitable Disk Size? Would 1 Tb Be Sufficient?

Hi @<1572032783335821312:profile|DelightfulBee62> , I think 1 TB should be enough. I would suggest maybe even having 2T just for the safe side

one year ago
0 Hi, I Get These Errors For Triggerscheduler:

Is it failing when running on a worker?

2 years ago
0 Hi, Quickhelp With Pipelines: I Am Loading A Model During A State Of It And Them Passing This Model (Torch.Nn.Module Object) As Input Argument To A Pipeline Component. I Noticed The Model Inside The Pipeline Component Is An Object Of Class 'Pathlib2.Posix

Hi ShallowGoldfish8 ,

I'm not sure I understand the scenario. Can you please elaborate? In the end the model object is there so you can easily fetch the raw data and track it.

2 years ago
0 Does Clearml Automatically Capture

CourageousKoala93 , yes 🙂

2 years ago
0 Hello Clearml Friends

FreshKangaroo33 , I'm sorry for the delay. It looks like it will require a feature request. Maybe open a github issue to track it? 🙂

2 years ago
0 Hi! Is It Possible To Compare In The Ui Tasks Across Different Projects? Or Is It Only Within Project? For Example: Let'S Say That In One Run Session We Created

GorgeousMole24 , another note, in the comparison screen itself, you can add other experiments to the comparison view.

2 years ago
0 Is There A Way To Retrieve The Debug Samples Logged By Clearml (Or At Least Retrieve Their S3 Links) Via The Python Api?

I think this is the API you're looking for 🙂
https://clear.ml/docs/latest/docs/references/api/events#post-eventsdebug_images
This should return what you're looking for. You can see a usage example in the developer tools when viewing debug samples in the UI

2 years ago
0 Hi, Was There Any Change In Clearml-Agent Recently That Caused It To Ignore The Environment Variable $Clearml_Agent_Skip_Pip_Venv_Install? I Had To Spin New Agents And Now They Try To Create Venv For No Reason ( The Environment Already Exists)

Hi HugeArcticwolf77 , did you spin new agent versions? What did you have before and what do you have now? Can you check if you revert to the previous version it works out?

one year ago
0 Hi, When I Read An Argument From The Configuration Tab In The Clearml Using The

Hi,
From the looks of it, it always returns a string. What is your use case for this? Do you have some conditionality on the type of variable the parameters are?

2 years ago
0 Documentation Is Not Good Because Beginner Or Intermiate People Cant Undeerstand, Only More 20 Years Of Exp Can I Understand.. I Checked With Exp People So I Am Saying. I Am Intermiate Guy

Hi @<1561885921379356672:profile|GorgeousPuppy74> , you can get the key/secret pair from the ClearML UI.
I think this is the documentation you were looking for: None
You can access the settings page via the profile icon at the top right.

one year ago
0 After Saving Models During Training I Cant Reuse The Same Task To Continue Training Is There Any Way To Continue Task Even Though There Are Models Saved? Alternatively Is There Any Way To Make Torch.Save Not Automatically Save The Model?

StaleButterfly40 , it looks like there might be a good solution for your request. In the previous link I provided, there is a parameter ' continue_last_task' that should work for you 🙂

3 years ago
0 Hi, For Some Reason, Running A Training Locally And Remotely (With A Set Seed For Np, Torch, And Random) Using Deterministic Mode.. Returns Different Results...

Hi @<1546303277010784256:profile|LivelyBadger26> , how did you set the random seed? I think you can also disable ClearML's random seed override and set one with Pytorch

one year ago
0 Can You Give Me The Difference Between Pipeline And Task?

Hi 🙂

A task is the most basic object in the system in regards to experiments. A pipeline is a bunch of tasks that are controller by another task 🙂

2 years ago
0 Hi! I Installed Self-Hosted Clearml Server Using

TartLeopard58 , I think you need to mount apiserver.conf to the api server. This is an API configuration 🙂

one year ago
0 Has Anybody Encountered:

Happy to help 🙂

one year ago
0 Hi Everyone, I Have A Bit Of A Weird Problem. I Have A Task Which Is “Completed” In Ui, Everything Looks Fine With It, But When I Access It Through The

Hi @<1638712141588467712:profile|ExuberantTurtle48> , does this happen to all of your tasks? Are you certain you fetched the right task?

12 months ago
0 I Have A Task Which I Reported A Table To - How Do I Access This Table Through Code? The Clearml Task Object Attribute "Artifacts" Is Empty

WackyRabbit7 , how did you report the table? Can you please provide an example for the data structure of the table?

3 years ago
0 Hi All

Do you see something in the documentation to indicate that?

one year ago
Show more results compactanswers