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

Reputation

0
0 Hello Everyone, Is There A Way To Download The Clearml Documentation Without Having To Scrape The Pages? Thank You Very Much.

Hi @<1669152726245707776:profile|ManiacalParrot65> , you can find the full documentation here - None

one year ago
0 Is There Any Way To Change The X-Axis On The Charts For Scalars, To Say E.G. "Epochs" Instead Of "Iterations"? Or Is That Hardcoded?

I'm not sure. Maybe @<1523703436166565888:profile|DeterminedCrab71> might have some input

2 years ago
0 Hi, Does Anyone Faced This Problem? I'M Trying To Run A Task From A Queue. The Same Task Is Running Locally Just Fine. Moreover, I Have An Experience Running Large Scale Of Experiments From Clearml'S Queues, This Problem Is New. After Setting The Env, I G

Hi @<1531807732334596096:profile|ObliviousClams17> , are you self deployed? Can you please provide the full log?

What happens if you clear the commit and just run with latest master?

one year ago
0 Hi Everyone, I Noticed That Es Database Of My Local Server Instance Is Taking Up Huge Amount Of Ram (>32Gb Ram Usage For A ~80Gb Disk Space). There Is Enough Memory But I Also Run An Agent Instance On The Same Machine And Don'T Want To Dedicate That Much

Hi @<1547028074090991616:profile|ShaggySwan64> , You can try this. However, Elastic takes space according to the amount of metrics you're saving. Clearing some older experiments would free up space. What do you think?

8 months ago
0 Is This The Write Way To Add A Tag To An Output Model Artifact Of A Task? Torch.Save(Model, '

Please try like this model.tags=['Test'] and not with append

3 years ago
0 Hey All, We Have Clearml Running On Our K8S On Prem With 4 Worker Nodes For Clearml-Agents And One Node For Clearml-Server. We Would Like To Start Using Clearml Datasets And Running Pipelineg Training On It. The Datasets Might Be Very Large, About 20G. I

Hi @<1726047624538099712:profile|WorriedSwan6> , to answer your questions:

Would you recommend to:

  • Host the dataset on clearml-server ?
  • Host on S3 \ R2 ?
  • Host in our K8S with minio \ on specific NFS path?

I personally like using AWS S3 if available or minio if running locally. It really depends on your infrastructure. I would suggest testing what setup works best for you.

Also, is it true unless streaming is explicitly enabled, ClearML Agent downloads the entire dataset befo...

3 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
6 months ago
0 Hi All I Am Would Like To Somehow Prevent Clearml Caching From Caching A Task That Hasn'T Uploaded Artifacts (Using Cache_Executed_Step In

Hi @<1533619716533260288:profile|SmallPigeon24> , can you please elaborate on your usecase ?

one year ago
0 Hi. Executing Reports I Noticed Quadruple, Identically Rendered Results. Does Anybody Know A Solution? E.G.

@<1543766544847212544:profile|SorePelican79> , what version of the SDK are you using? Also, what version of the backend are you running?

one year ago
0 Hello Everyone! Does Anyone Use Pipelines? I Have The Issue With The Logger. Scenario:

Hi GrotesqueDog77 ,

Can you please add a small code snippet of this behavior? Is there a reason you're not reporting this from within the task itself or to the controller?

2 years ago
0 Hello, I See There Are Two Different Classes For Clearml-Dataset I.E. Dataset And Datasetversion. May I Know Why There Is A Need For Both When There Are Large Overlaps Between Them.

Hi OddShrimp85 ,

Please note that Datasets in this context are part of the HyperDatasets feature. This is an advanced feature for managing unstructured data. So in context of HyperDatasets, a Dataset is a collection of DatasetVersions that are structured by some logic within.

2 years ago
0 Hey.

TenseOstrich47 , you can specify a docker image with
task.set_base_docker(docker_image="<DOCKER_IMAGE>")You will of course need to login to ECR on that machine so it will be able to download the docker image.

3 years 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?

Slow network or network died all of a sudden - you wouldn't want your experiments to fail just because there is a network issue. Once network is restored - everything is sent as it should be to the backend. This is the resilience I was talking about

Regarding mistake in URL - I guess it is your responsibility to keep track of not using wrong URLs. As I said before - How would you suggest the SDK know what is the 'right' URL and what is the 'wrong'...

2 years ago
0 Hi! From A Task Created Using

GiganticTurtle0 , I think this would be up your alley, there is a 'parent' parameter even 🙂

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

3 years ago
0 Agent And Env Variables (This Is Almost Duplicate

Try setting it outside of any section. Basically set an environment section by itself

one year ago
Show more results compactanswers