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

Reputation

0
0 Hi Everyone, I'M New To Clearml And I Want To Run A Task On A Remote Host Inside A Docker Container. The Python Interpreter I Need To Use Is Located At

@<1564060263047499776:profile|ThoughtfulCentipede62> , you can run the agent twice on different queues - one with docker one without

2 years ago
0 Hi Community

Hi @<1595225620323766272:profile|VivaciousElk3> , you can set it with env variables - None

The ones that you're looking for are:
CLEARML_AGENT_SKIP_PIP_VENV_INSTALL
CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL

2 years ago
0 In Pipelines. Is It Possible To Inject A Requierment.Txt Such That The Executing Node Will Install Before Running Tasks?

Hi AverageRabbit65 , can you elaborate on what you're trying to do?
ClearML-Agent will automatically create a venv and install everything

3 years ago
2 years ago
0 Hello All, I Am Trying To Have A Grasp On Clearml Agents, And I'M Struggling With Docker Mode. Let'S Say, I Have A Dockerfile For My Custom Made Docker Image. However, I Want To Build That Image On The Fly, Just Because Of Having The Freedom To Have Full

ZanyPig66 , Hi.

To use a custome docker image with ClearML you need to have that image locally on the machine that is runing the agent. In the experiment you can specify the docker image either via UI (in the Execution -> Container sections)

Or in code like this:
task.set_base_docker(docker_image="python:3.9-bullseye")

3 years ago
0 What Is The Proccess To Rerun Optimization Sub-Tasks That Failed? Also, Can You Add More Paramters Combinations To Optimization After It Was Completed?

I think you can simply reset and enqueue the task again for it to run. Question is, why did it fail?
Are you running the HPO example? What do you mean by adding more parameter combinations? If the optimizer task finished you either need a new one or to reset the previous and re-run it.
You can do various edits while in draft mode

3 years ago
0 I'M Getting Upload Errors When Uploading Artifacts (Using Gcs) But It Uploads For Datasets Works Just Fine.

Hi @<1575656665519230976:profile|SkinnyBat30> , what version of ClearML are you using? Are you uploading datasets from the same machine also to GCS?

2 years ago
0 Hi, I See Some Strange Behavior Where The Training Fails When Running On Clearml (Loss = Nan) Compared To Running W/O Clearml. This Is Entirely Reproduceable. Has Anyone Seen This?

Hi @<1574931891478335488:profile|DizzyButterfly4> , can you please put the logs in the a more readable format like

this is much nicer for logs

Also please add a code snippet that reproduces this

8 months ago
0 Hey Clearml, Pipeline From Tasks: Following This Example

I think it is one of the parameters of the task. Fetch a Task and see what properties the artifact has 🙂

2 years ago
0 Hi Everyone! I'M Looking For A Way To Consolidate Multiple Workspaces Of 3 Users In My Company. Is It Possible? If Yes, How? The Objective Is To Have All The Data (Experiments, Models Metrics...) From All Users Into A Single User With Subscription.

Hi @<1825704341311328256:profile|ManiacalSeahorse6> , you mean you have some existing users with each user having some data on their workspace and you would like to basically 'merge' the workspaces together?

6 months ago
0 Hi! My Agent Has Very Limited Disk Space. And When A New Task Is Launched And The Loading Of New Data Begins, There May Not Be Enough Space. Is There A System For Automatically Clean Up Old Currently Unused Data In

DepressedFish57 , I'm not sure there is something for this. There is a cleanup service to kill old failed/aborted tasks but to clear caches you'd have to handle it manually 🙂

3 years ago
0 Hi, Trying To Report A Matplotlib Figure With

Hi @<1566596968673710080:profile|QuaintRobin7> , do you have a self contained snippet that will reproduce this?

2 years ago
0 Hi Team Could We Change The Time Duration Of The Last Run In Particular Project Where It Should Be Showing Like 1 Week Than Completed(24Hr) Always. I Have Got The Enterprise Level Access(Pro). Pfa.

Hi @<1536881167746207744:profile|EnormousGoose35> , I think this is coded in the system. Maybe open a GitHub request for feature to follow up on this 🙂

2 years ago
0 Hi Everyone, I Have A Problem With My

What are the requirements specific in the experiment UI?

3 years ago
0 Question About Pipeline And Long-Waiting Tasks: Say I Want To Generate A Dataset. The Workflow I Have Requires

You're looking to avoid running an agent this entire time though, correct?

3 years ago
2 years ago
3 years ago
0 Hello ! I Am Having Some Issues While Running A Pipeline Remotely (Same Device But Queue + Agent) . Hitting The Following Issue On My First Step:

Hi @<1660817806016385024:profile|FantasticMole87> , you'll either have to re-run it or change something in the DB. I suggest the first option.

one year ago
0 Hello ! I Am Having Some Issues While Running A Pipeline Remotely (Same Device But Queue + Agent) . Hitting The Following Issue On My First Step:

In the end the data is physically uploaded somewhere and ClearML keeps the link to it. What would you suggest?

one year ago
0 Is There An Easy Way To Apply The Uncommitted Changes, Logged By Clearml, Locally To A Dev Environment?

I think the uncommitted changes section is some git diff output. I think you can google on how to use it 🙂

3 years ago
Show more results compactanswers