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

Reputation

0
0 How Would I Go About Adding Multiple Credentials In The Autoscaler? (I.E. Specify Multiple

Hi UnevenDolphin73 ,

I think you need to lunch multiple instances to use multiple creds.

3 years ago
0 I Have Been Facing This Issue "Clearml Monitor: Could Not Detect Iteration Reporting, Falling Back To Iterations As Seconds-From-Start" Due To Which The Entire Training Gets Stuck Any Ways To Solve It?

Hi @<1549202366266347520:profile|GorgeousMonkey78> , at what point does it get stuck? What happens if you remove the Task.init line from the script?

2 years ago
0 Hi! For

Hmmmm, fair point.

3 years ago
0 How To Use Clearml-Session.. I Mean Jupyter Notebook.. I Tried This Command "Clearml-Session" On My Clearml Server.. It Wasnt Working

Hi @<1560073997809356800:profile|RotundPigeon65> , I think this is what you're looking for 🙂
None

2 years ago
0 Dear Clearml Practitioners, I'D Like To Share My Experiment To Another Company, In Order For Them To

If you shared an experiment to a colleague in a different workspace, can't they just clone it?

2 years ago
0 Hi! For

All output models in the script, that is 🙂

3 years ago
0 Hey, We'Re Seeing A Lot Of Issues With Our Clearml Self-Hosted Server These Days; It Seems Like The Api Times Out While Talking To Elasticsearch:

Hi GiganticMole91 , what version of ClearML server are you using?
Also, can you take a look inside the elastic container to see if there are any errors there?

2 years ago
0 Hi Team,In Clearml.Config File Can We Change This

Hi @<1533159639040921600:profile|JoyousReindeer30> , the pipeline controller is currently pending. I am guessing it is enqueued into the services queue. You would need to run an agent on the services queue for the pipeline to start executing 🙂

2 years ago
0 Hi! How To Fix This Error With Response?

How are you trying to log the dataset? Can you provide the full error message please?

3 years ago
0 Hi Guys, Is There Cli To Download Artifacs Based On Id Artifacs?

There is a CLI for working with datasets but nothing specific for task artifacts I think, only the SDK. What is your use case?

one year ago
0 Hello Everyone, Can You Help Me With An Issue I Faces Recently? Namely I'Ve Got This Message In Console While Training My Neural Net With Pytorch Lightning (+Clearml): "Traceback (Most Recent Call Last): File "/Home/Ubuntu/Anaconda3/Envs/Recsys-Kf/Lib/P

@<1554638160548335616:profile|AverageSealion33> , what if you just run a very simple piece of code that includes Task.init() ? One of the examples in the repository, does this issue reproduce?

2 years ago
0 The Clearml Helm Charts Page Is Gone?

Doesn't work for me either. I guess the guys are already looking into it

2 years ago
0 Hello! I Am New To Clearml And Trying To Set It Up For My Org, And Have A Question Regarding Git Repository. So From What I Understood, Clearml Agent Spins Up A Docker Container And Then Clone The Github Repository, My Problem Is It Is Taking Too Long As

Hi @<1768447000723853312:profile|RipeSeaanemone60> , I think the sparse flag isn't supported currently. I'd suggest opening a GitHub feature request for this 🙂

7 months ago
0 Hi, I'M Looking For Documentation On Gcp Autoscalers. When I Search On The Docs Site, It Shows Me The Aws Autoscaler But Not The Gcp One. Can Someone Point Me To The Right Docs Page? Thanks!

Hi JumpyPig73 ,

It appears that only the AWS autoscalar is in the open version and other autoscalars are only in advanced tiers (Pro and onwards):
https://clear.ml/pricing/

3 years ago
0 Does Clearml Exposes (Even Temporarily) The Contents Of E.G.

Hi UnevenDolphin73 ,

I don't think that ClearML exposes anything into env variables unless done so explicitly.
If I'm understanding correctly you're hoping for a scenario where ClearML would expose some contents of sdk.aws.s3 for example so you could use it later in boto3, correct?
If that's the case why not use env vars to begin with?

3 years ago
one year ago
0 Hi Clearml Community, Is There A Way To Install Additional Packages On Top Of Base Docker Env When Using

Hi @<1797800418953138176:profile|ScrawnyCrocodile51> , you can use Task.add_requirements to add any packages. Additionally, you can also install packages with the docker bash init script

4 months ago
Show more results compactanswers