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

Reputation

0
0 Hi, With A Given Task Id, How Do I Get All The Information Of The Tab "Info" In The Python Sdk ? I Struggle To Find That In The Doc

Hi @<1576381444509405184:profile|ManiacalLizard2> , I would suggest playing with the Task object in python. You can do dir(<TASK_OBJECT>) in python to see all of it's parameters/attributes.

one year ago
0 Just A Small Question

Could be. If it's not picking what you expect then it means something is misconfigured

9 months ago
0 Hi Everyone, I'M Getting An Access Denied Error When Trying To Pull Docker To Clearml Ai Gateway. Do I Need Specific Credentials To Access The Repository? Thx!

Hi @<1840924589736071168:profile|EmbarrassedCrab49> , the AI Gateway is part of only the Enterprise version, its not available in the OS

3 months ago
0 Hey, I Have A Question Regarding The Models “Publish” Actions. Is There Any Side Effects To This Action Besides Making The Model Readonly? Is There Some Way To Customize The Action Done After Publish? Webhook For Example Could Be Nice

Hi @<1544128915683938304:profile|DepravedBee6> , the task that created the model would also get published.

About our second question, I think this is what you are looking for - None

2 years ago
0 I have a problem: I’m upload my model weight on a self hosted clearml server, using the update_wights method. I was thinking that would delete the old weights from the file server once they get updated, since I can only downloaded the latest one from the

Hi @<1792727007507779584:profile|HollowKangaroo53> , if you only want to delete old checkpoints you would need to write some automation for that. I'm guessing that the cleanup example can be a good baseline. Then just fetch the artifacts list from tasks and use StorageManager to delete the relevant files from the files server.

2 months ago
0 Hi Everyone! Is There A Way To Force An Agent To Clear The Clearml Cache Folder Every Time It’S Done With A Task? I Have A Machine Running Multiple Agents For Training, But The Disk Space Gets Filled Up Quickly Since Every New Task Uses A New Dataset. I S

Hi @<1570220858075516928:profile|SlipperySheep79> , you can set various cache limitations in clearml.conf . The issue you encountered is specifically regarding Datasets? If that is the case, I think this is the section that you're looking for - None

one year ago
0 I Have The User/Pass Set Up On The

let me know if it changes anything. Of course rerun the agent afterwards

9 months ago
0 Hej Everyone! How Do I Pass

Hi @<1585078752969232384:profile|FantasticDuck7> , I think you can pass this in bash setup script when the docker spins up

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

the question how does ClearML know to create env and what files does it copy to the task

Either automatically detecting the packages in requirements.txt OR using the packages listed in the task itself

3 years ago
0 Hi Everyone. How Can I Get Metadata For Datasets From An Entire Project? I See The Opportunity To Work With Only One Dataset

Hi @<1524560082761682944:profile|MammothParrot39> , how do you usually fetch metadata from a dataset?

one year 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?

one year ago
0 I Have A Task Which I Reported A Table To - How Do I Access This Table Through Code? The Clearml Task Object Attribute "Artifacts" Is Empty

WackyRabbit7 , how did you report the table? Can you please provide an example for the data structure of the table?

3 years ago
0 Hi, I’M Getting This Error When I Try To Run Task On A Remote Agent With Docker Mode Web Ui:

REMOTE MACHINE:

  1. git ssh key is located at ~/.ssh/id_rsa

Is this also mounted into the docker itself?

3 years ago
0 Hello Everyone, I’M Currently Facing An Issue While Using Cloud Clearml With Aws_Autoscaler.Py. Occasionally, Some Workers Become Unusable When An Ec2 Instance Is Terminated, Either Manually Or By Aws_Autoscaler.Py. These Workers Are Displayed In The Ui W

Hi @<1571308079511769088:profile|GentleParrot65> , ideally you shouldn't be terminating instances manually. However you mean that the autoscaler spins down a machine and still recognizes it as running and refuses to spin up a new machine?

2 years 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
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
0 Hello! I Need To Run Clearml Pipeline With Caching Of Steps. I Specify Cache_Executed_Step=True For Each Step, But My Steps Are Not Cached And Ended With The Status - Completed.

Hi @<1578555761724755968:profile|GrievingKoala83> , please provide a standalone code snippet. I mean a single stand alone piece of code that I can just run without modifications, even imports

5 months ago
0 Hi! From A Task Created Using

GiganticTurtle0 Hi 🙂

How about Task.get_task() ?
https://clear.ml/docs/latest/docs/references/sdk/task#taskget_task

You'd need to provide it the project name and task name

3 years ago
Show more results compactanswers