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

Reputation

0
0 Is There A Place In Web Ui To Find All

Happy to help 😄

3 years ago
0 Hi Everyone, Quick Question: When Clearml-Agent Sets Up The Virtual Environment With Pip, Is Finding The Correct Cuda Version For Pytorch Something That Pip Or That Clearml Does?

Hi ReassuredTiger98 ,
I think it is something that was logged during the initial run, then the clearml-agent simply recreates the environment 🙂

3 years ago
0 Hi Everyone

Hi @<1546303293918023680:profile|MiniatureRobin9> , can you please add logs of the tasks + controller?

one year ago
0 I Get An

Same file I mean the requirements.txt file

3 years ago
0 Hi Guys ! I Am Using My Agent In Docker Mode (Everything Prepared For Experiments). I Am Facing Following Challenge. In My Code:

@<1523701181375844352:profile|ExasperatedCrocodile76> , I think you need to set agent.package_manager.system_site_packages: True
In clearml.conf

ClearML doesn't assume that you have all the necessary packages installed so it does need to have some sort of basis for the packages to install

2 years ago
0 Hi! How To Add Files Locally To

I'm afraid that would be the best method. You could probably hack something into clearml sdk yourself since it's open source

3 years ago
0 Hey Guys! We Are Running Some Of The Workers On Azure Machines., With The Docker Flag I Noticed That Every Run We Are Doing, The Available Memory Gets Fuller And Fuller (And Doesn'T Release), Until Eventually I Have To Manually Delete Some Of The Files I

Hi @<1544853695869489152:profile|NonchalantOx99> , it looks like your cache is filling up. You can control it through the various cache configurations in clearml.conf
None
Just search for cache over the document and you'll find all the relevant configs 🙂

2 years ago
3 years ago
0 Hello, What Exactly Is The Difference Between The Pip Mode And The Docker Mode Of The

You can specify a different docker image per experiment, so the same agent can run many different docker images (As long as it is run in docker mode from the start) 🙂

3 years ago
0 Hey Currently Trying To Run A Pipeline Locally To Test A Pipeline Component With

Didn't have a chance to try and reproduce it, will try soon 🙂

2 years ago
0 Why Is Async_Delete Not Working?

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , you need to setup your s3 key/secret in clearml.conf
I suggest following this documentation - None

one year ago
0 Hi Everyone, I Am Having A Few Problems With The Ui: 1. I Uploaded An Optimization Task Yesterday - And I See It Running, But The Hyper-Parameter Optimization App Disappeared From The Ui. I Managed To Access It Only In An Indirect Way - Through The Worker

AbruptWorm50 , you can send me. Also can you please answer the following two questions?
When were they registered? Were you able to view them before?Also, you mention plots but in the screenshot you show debug samples. Can I assume you're talking about debug samples?

3 years ago
3 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 I Noticed When I Restore Entire Clearml App (Tar And Untar

Hi @<1523701842515595264:profile|PleasantOwl46> , I'm not sure. Do you see any errors in the API server on such a startup?

9 months ago
0 I Am Using Clearml Pro And Pretty Regularly I Will Restart An Experiment And Nothing Will Get Logged To Clearml. It Shows The Experiment Running (For Days) And It'S Running Fine On The Pc But No Scalers Or Debug Samples Are Shown. How Do We Troubleshoot T

My bad, if you set auto_connect_streams to false, you basically disable the console logging... Please see the documentation:

auto_connect_streams (Union[bool, Mapping[str, bool]]) – Control the automatic logging of stdout and stderr.
one year ago
0 Hello Everyone, Is There An Easy Way To Clone A Pipline And Execute It With New Parameters? I Know That There Is The Possibility With Task But With Pipelines I Haven'T Found Anything In The Documentation Yet. Thank You In Advance For Your Answer.

Oh I see. Technically speaking the pipeline controller is a task of a special type of itself. So technically speaking you could provide the task ID of the controller and clone that. You would need to make sure that the relevant system tags are also applied so it would show up properly as a pipeline in the webUI.

In addition to that, you can also trigger it using the API also

9 months ago
0 Hello, How Can I Get Notify By Mail About Failed On Experiments?

Hi @<1790915053747179520:profile|KindParrot86> , currently Slack alerts are available as an example for the OS - None

You can write an adapter for it to send emails instead of Slack alerts

7 months ago
one year ago
0 Hello Everyone, When I Try To Connect To Clearml Server But I Put A Wrong Url, I See This Error And It Keeps On Trying. Shouldn'T I See Some Kind Of Error Telling Me The Url Is Wrong?

This is also used in automated scenarios and over possible network issues, the retry is built in and is a good compromise - basically making the SDK resilient to network issues. The error you're getting is a failure to connect, unrelated to the credentials...

2 years ago
0 Hi Guys, I Have My Experiment Running On Setup A. However I Need These Experiments Params And Output In Setup B For Comparison. Both Setup Are Not Linked. Anyway For Me To Copy The Outputs And Load It In Setup B Clearml?

OddShrimp85 , Hi 🙂

I'm afraid that the only way to load contents of setup A into setup B is to perform 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 open one.

3 years ago
0 Hi Everone! We'Re Trying To Start Using Clearml For Both Experiment Tracking And Data Management, And I Have A Question About Clearml-Data: Is It Possible To Specify Two Different Storage Locations For A Dataset? Background: We'Re Using Both Local Machine

Hi @<1618418423996354560:profile|JealousMole49> , why not just use different datasets? Just to make sure I'm understanding correctly - you have a duplication of data on both s3 and local?

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

Can you add the full error please?

3 years ago
Show more results compactanswers