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

Reputation

0
0 Hi, In The "Choose Compared Experiments" View Of The Webui, Would It Be Possible To Add A Toggle To Include Archived Experiments In The Results Of The Search? Also Add The Task Type Field?

Interesting idea. From the looks of it even by searching for the task id manually archived experiments aren't fetched. Maybe open a github issue for this, really cool feature idea 🙂

3 years ago
0 Hi All! I'Ve Noticed That Sometimes My Program Finishes Before All The Reporting Is Done And I Have To Add A

Hi @<1523702459048923136:profile|SmugSnake6> , what framework are you using? Do you have a stand alone snippet that reproduces this?

2 years ago
0 Hi! We'Re Trying To Orchestrate An Experiment Through The Clearml Ui With A Remote Agent On K8S. Our Training Job Requires A Package Only Available On Our Internal Pypi Server. How Should We Go About This Because The Job Keeps Failing With:

Hi CostlyFox64 ,

Can you try configuring your ~/clearml.conf with the following?
agent.package_manager.extra_index_url= [ "https://<USER>:<PASSWORD>@packages.<HOSTNAME>/<REPO_PATH>" ]

3 years ago
0 I Just Posted A Gh Issue Which Totally Prevents Me From Using A Scheduler.

difficult to verify correctness without a publicly available test suite

What'd you mean?

3 years ago
0 Hi! Ever Since There Was A Huge Frontend Upgrade (A Few Weeks Ago?), We’Ve Been Having Problems With Plotly 3D Scatter Plots For Which

Hi @<1810121608967229440:profile|NonchalantWhale65> , can you provide a short code snippet that reproduces the problematic behaviour?

8 months ago
0 Hi, I'M Eric. I'M An Mlops Engineer At A Company With 9 De'S, 6 Ds'S, And 2 Mlops Engineers. I Just Learned About Clearml A Few Hours Ago And I'M Getting Excited About It!! I'M Wondering If We Could Replace Our Current Mlops Platform With Clearml. Right N

Hi @<1541954607595393024:profile|BattyCrocodile47> , I'm happy to hear you're excited!

You certainly can replace 1 & 2 by ClearML and still use BentoML for serving. ClearML is very modular so you can select which parts you want to integrate into your existing solution. Hopefully in the end you yourself would want to fully adopt ClearML in all 4 aspects 🙂

Hope it answers the question!

2 years ago
0 Hello, Getting This Message On Sub Tasks

So, it's not happening anymore?

3 years ago
0 Hello, Getting This Message On Sub Tasks

AbruptWorm50 , how did you run the task?

3 years ago
0 Hey Guys! I Have Multiple

I would also suggest using pipelines if you want to do several actions with a task controlling the progress.

3 years ago
0 Can Clearml Open Source Autoscale On Aws?

Hi @<1535069219354316800:profile|PerplexedRaccoon19> , yes! Here is an example:
None

2 years ago
0 Hello Gals And Guys! Happy New Year!

The pipelines look really sweet!

3 years ago
0 Why Would The Mongo4 Migration Scripts (For Clearml-Server 1.2) Try To Chown 1000:1000?

But I believe you can use your user/group if you prefer 🙂

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

In the UI when looking at a task under 'execution' tab, if you scroll down you have a 'container' option. If you define an image there the agent will use it if you use the '--docker' argument

4 years ago
0 Hi All! I'M Trying To Create Dataset With Output_Uri Pointing To Google Storage And Got Weird Error:

Hi @<1544853721739956224:profile|QuizzicalFox36> , from the error you're getting it looks like a permissions issue with the credentials. Check if your credentials have read/write/delete permissions

2 years ago
0 Hi Folks, Any Idea Why I Am Getting This Strange Error From Clearml-Data:

Are you using a self hosted server or the SaaS solution?

3 years ago
0 Hi! To Make My Script Work Inside A Task, I Need To Add

Hi @<1691983266761936896:profile|AstonishingOx62> , I'm not sure I understand what you're trying to do. You have some python code unrelated to ClearML. Does it run without issues? Did you afterwards add Task.init() to that code?

one year ago
3 years ago
0 Hi, In A Subproject, Would It Be Possible To Hide The Parent Project If It Is Empty?

You mean only show children when there is nothing inside the parent?

3 years ago
0 Hi Everyone, Is It Possible On Clearml, Before Run A Task Using By Agent/Remotely We Can Implement Some Script Python? The Usecase Here I Want To Export Some Env Settings Before Task Started Execute.

Hi @<1523701260895653888:profile|QuaintJellyfish58> , if you run in docker mode you can easily add environment variables.

Can you elaborate a bit on your use case? If it's python code, why not just put it in the original file or import from the repo?

2 years ago
11 months ago
3 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.

UpsetBlackbird87 , I couldn't reproduce the issue on my end. Can you please send me a self contained example code to try and recreate?

3 years ago
0 Hi Everyone, Is There An Option To Not Mount Cache Into The Docker Of An Clearml-Agent? E.G. Datasets Are Downloaded Into The Docker And Gone When The Docker Container Is Removed By The Agent.

Hi @<1523701868901961728:profile|ReassuredTiger98> , in the end the container mounts to some volumes on the original machine so it has to be somewhere. Are you basically asking about 'cleaning' the data once a session finishes?

one year ago
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

It would work from your machine as well, but the machine needs to be turned on... like when an ec2 instance that is running.

2 years ago
Show more results compactanswers