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, 3688 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hi All, I Am Developing Clearml-Web. Which Screen Is The Hyperdataset?

Hi @<1557537273090674688:profile|ThankfulOx54> , HyperDatasets are part of the Scale & Enterprise licenses. You can see more here: None

one year ago
0 Hey All. Question Regarding Scheduling And Orchestration. Does Clearml Provide Any Tooling To Schedule Entire Training Pipelines And To Trigger Training Pipelines In Response To Events, E.G. Degraded Model Performance Alerting?

but have our own custom logging of metrics etc.

Are those custom metrics reported to the ClearML server or stored somewhere else?

Just wondering how tricky integrating a trigger would be for that

I guess it really depends on your current implementation currently

2 years ago
0 Hi All! I Have A Question - I Have A Pipeline Build Out Of Multiple Tasks. One Of The Tasks Creates A File As An Output. I Don'T Need To Save This File Anywhere (Not In My Local Nor As An Artifact), But I Do Want To Use It An An Input For The Next Step In

Hi @<1539417873305309184:profile|DangerousMole43> , in that case I think you can simply save the file path as a configuration in the first step and then in the next step you can simply access this file path from the previous step. Makes sense?

one year ago
0 Hi Team,Could We Create Clearml Instance Without Ami And Configure Our Own?

Hi @<1542316991337992192:profile|AverageMoth57> , yes you can 🙂

one year ago
0 Hi, I Am Trying To Use Agent, But I Have A Problem. Execution Of Task Stucks Like This

What if you remove the Point package? Does it run then?

2 years ago
0 Hi, I Am Trying To Use Agent, But I Have A Problem. Execution Of Task Stucks Like This

Try it as the first option after clearml-agent: clearml-agent --debug daemon --docker --foreground

2 years ago
0 I Am Trying To Run The

You can create a queue through the UI. You can go into Workers & Queues tab -> Queues -> "New Queue"
You can also create new queues using the API as well
https://clear.ml/docs/latest/docs/references/api/queues#post-queuescreate

2 years ago
0 Hello Everyone, If I Use This Code, Where Is The File Downloaded To My Machine?

@<1681111528419364864:profile|SmoothGoldfish52> , it will be saved to a cache folder. Take a look at what @<1576381444509405184:profile|ManiacalLizard2> wrote. I think tar files might work already. Give it a test

8 months ago
0 Are Gp3 Volumes Automatically Deleted When The Instance Is Spun Down Using The Clearml Aws Autoscaler?

It's an interesting question!
I think that the instances are terminated when they are spun down therefor the behavior should be the same as if you terminated them yourself manually

2 years ago
0 Hello! Are You Able To Help Be Debug This Message?

On prem is also K8s? Question is if you run the code unrelated to ClearML on EKS, do you still get the same issue?

2 months ago
0 We'Re Running Into Errors Such As This:

Did you see any other errors in the server logs? Is the artifact very large by chance?

2 years ago
0 Hi, Is There A Way To Get Clearml.Conf Using Clearml Sdk? Tia

I'm not sure. But you can access the clearml.conf file through code

one year ago
0 Hi, Is There A Possibility To Switch Off The Agent Just After If Finishes Current Task (Not To Fail The Task, But To Wait Minimal Time)?

Do you mean to kill the clearml-agent process after the task finishes running? What is the use case I'm curious

one year ago
0 Hi ,Could We Use Clearml For Nlp Projects?

Is there some specific capability you're looking for?

one year ago
0 I'M Trying To Read The Runtimes Of Tasks After The Pipeline Finished, For Analytics. Currently, I'M Doing Something Like This:

Hi @<1639799308809146368:profile|TritePigeon86> , where in the documentation did you see these parameters active_duration, job_started and job_ended ?

5 months ago
0 I'M Trying To Read The Runtimes Of Tasks After The Pipeline Finished, For Analytics. Currently, I'M Doing Something Like This:

I'd suggest using the API directly, fetch a task and compare it's start to end time.

5 months ago
0 After Trying To Execute A Task From The Queue The Agent Fails Installing The Environment:

Hi TartBear70 ,

Did you run the experiment locally first? What versions of clearml/clearml-agent are you using?

2 years ago
0 Is There A Way To Specify The Project And Name Of A Pipeline Defined With Decorators At Runtime? I Tried To Change The Properties Of The Current Task, The Name Is Updated Correctly But When I Try To Move The Task To Another Project It Disappears From The

Hi @<1570220858075516928:profile|SlipperySheep79> , I see no reason you shouldn't be able to. Are these the only actions you're doing? Does it happen to you with only decorators or also pipelines from tasks & functions?

one year ago
0 Hej Everyone! How Do I Pass

If you want this to be applied to all jobs that run on that agent then yes. Otherwise you can set it up on the task level as well

one year ago
0 How Can I Tell Clearml-Agent Not To Run Pip Install Unless My Requierments.Txt File Was Changed. It Seems To Run Pip Install Every Time I Run A Task Although Nothing Have Changed...

Hi @<1577468638728818688:profile|DelightfulArcticwolf22> , I think this is what you're looking for - CLEARML_AGENT_SKIP_PIP_VENV_INSTALL
CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL
CLEARML_AGENT_FORCE_SYSTEM_SITE_PACKAGES
None

one year ago
Show more results compactanswers