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

Reputation

0
0 How Do I Stop A Zombie Agent?

UnevenDolphin73 , can you verify that the process is not running on the machine? for example with htop or top

2 years ago
one year ago
0 Hello! I'D Like To Confirm That I'Ve Understood The Concept Of Using

Hi @<1603560525352931328:profile|BeefyOwl35> , The agent uses it's own entry point, so yes you do need to specify it even if it's in the dockerfile πŸ™‚

one year ago
0 Hello! Is There Any Way To Use Original Files In Cleaml Datasets ? I Have Batch Of Tar Archives And Want To Create Dataset From Them, However Clearml Compresses Them. I Tried To Use

Hi @<1523702307240284160:profile|TeenyBeetle18> , if they are already on GS then you can use add_external_files to log them.
None
What do you think?

4 months ago
0 Clearml 1.3.2 I'M Running

Can you add a print out to verify that you selected the correct project?

3 years ago
0 I Upgraded Clearml To 1.15.0 From 1.0 The Ui Says It’S Running

Hi @<1691258549901987840:profile|PoisedDove36> , did you do all the db migrations during the upgrade or did you go straight to 1.5 form 1.0?

11 months ago
0 Why Is Async_Delete Not Working?
host: "my-minio-host:9000"
one year ago
0 Hey Guys! I Have Multiple

you're always running a single task at a time. The whole point is that everything is reported to the task (auto-magic bindings, console logs etc.), so there cannot be any ambiguity. You can close the current task ( task.close() ) and init a new one if you'd like, but you can't init several at the same time.

2 years ago
0 Hi, I Have An Aws Autoscaler Based On The Sample Autoscaler Example Posted In Clearml Git. My Instances Need Random External Ip On Init. Is There A Way To Edit The Yaml Created By The Python Script To Do So?

Hi @<1639799308809146368:profile|TritePigeon86> , you mean that in order to initialize machines in ec2 you need to provide some external ip or you need to pass the external ip as a parameter in order for the job to run?

one year ago
0 Hello, I Have Clearml Autoscaler Setup. Previously, When A New Task Comes Up, An Already Running Worker (If There Is), Will Take It, Apply The New Commit And Run The Task. Now, I Get An Error. So, I Can'T Run A Task On An Already Running Worker. It Has To

Hi @<1523704674534821888:profile|SourLion48> , making sure I understand - You push a job into a queue that an autoscaler is listening to. A machine is spun up by the autoscaler and takes the job and it runs. Afterwards during the idle time, you push another job to the same queue, it is picked up by the machine that was spun up by the autoscaler and that one will fail?

one year ago
0 Hi All! I Am Solving The Following Issue -> File1.Py

Hi @<1523701181375844352:profile|ExasperatedCrocodile76> , and now the worker clones the repo correctly?

2 years ago
0 Hey Everyone, When Uploading With

Hi ReassuredTiger98 ,

Are you uploading directly with the CLI?

2 years ago
0 Hey, Have Anybody Tried Writing An Automated Pipeline For Automatically Linking Experiments With Jira Issues Using Tags Or Task Name Prefixes? Seems Like A Cool Feature To Have.

@<1523701137134325760:profile|CharmingStarfish14> ,interesting, so what are you suggesting? Creating Jira tasks from special tags on ClearML?

one year ago
0 Hi, For Some Reason, Running A Training Locally And Remotely (With A Set Seed For Np, Torch, And Random) Using Deterministic Mode.. Returns Different Results...

Hi @<1546303277010784256:profile|LivelyBadger26> , how did you set the random seed? I think you can also disable ClearML's random seed override and set one with Pytorch

one year ago
2 years ago
0 Clearml Tracks The Executed

Hi @<1541954607595393024:profile|BattyCrocodile47> , how does ClearML react when you run the scripts this way? The repository is logged as usual?

one year ago
0 Hi, I Am Trying To Pull Api Data From /Tasks.Get_All Endpoint

When in table view (rows) there is a small icon next to the 'Started' column. There you can configure time periods you'd like to view πŸ™‚

2 years ago
0 Hi, Is There A Way To Access The Clearml File Server? I Would Like To Check If An Artifact Object Has Been Deleted Or Not.

Hi @<1679661969365274624:profile|UnevenSquirrel80> , are you running a self hosted server?

one year ago
0 Hello!, Does Anyone Know Why When Running A Task In A Specific Docker Image, There Are Some Python Packages Whose Versions Doesn'T Match? For Example, I Have Installed The Package Ultralytics On 8.1.25 On The Docker Image But It'S On 8.1.11 In The Install

Hi @<1676762887223250944:profile|FancyKangaroo34> , it would be possible for example if the docker image has a different python version from what you ran on previously

one year ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

SoggyBeetle95 , in the ClearML UI you should see a small notification at the top when there is a new version available

2 years ago
Show more results compactanswers