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

Reputation

0
0 Hi Team, How To Configure Gerrit Details In Clearml So That Tasks Or Pipeline Will Be Executed Depends On Gerrit?

This should be a good started, after googling more on how ssh works will give you the right direction 🙂

one year ago
0 How Do I Stop A Zombie Agent?

If the process is dead it will be removed from the UI after some time

2 years ago
0 Hey Guys! Anyone Knows If You Can Upload An

I think output_uri=True would also work

2 years ago
0 I Am Working On Versioning My Data With Clearml-Data. I Have Clearml Server Deployed On One Machine And On Another Machine I Have My Clearml.Conf Setup To Use The Deployed Clearml Server. Also, On Both Machines I Have A Nas Storage Mounted On The Same Pat

RipeAnt6 , you have to manage your storage on the NAS yourself. We delete data only on the fileserver.

However, you could try mounting the NAS to the fileserver docker as a volume and then deletion should also handle files on the NAS 🙂

3 years ago
0 Hi! How To Add Files Locally To

From the looks of it, yes. But give it a try to see how it behaves without

3 years ago
0 Hi. I Am Trying To Install Clearml-Agent On The Remote Server On Aws. I Successfully Installed It To The Home Directory: Successfully Installed Attrs-20.3.0 Clearml-Agent-1.2.3 Distlib-0.3.4 Filelock-3.4.1 Furl-2.1.3 Idna-2.10 Orderedmultidict-1.0.1 Path

Basically the Agent automates the docker run command with everything that you need (this can become rather complex). You can see this in the third line of the console log:
` Executing: ['docker', 'run', '-t', '--gpus', 'all', '-l', 'clearml-worker-id=ip-172-31-28-179:0', '-l', 'clearml-parent-worker-id=ip-172-31-28-179:0', '-e', 'CLEARML_WORKER_ID=ip-172-31-28-179:0', '-e', 'CLEARML_DOCKER_IMAGE=nvidia/cuda:10.2-cudnn7-runtime-ubuntu18.04', '-e', 'CLEARML_TASK_ID=cdbfa9cda5ab4d86b012a87...

2 years ago
0 Hi All I Have A Question About The "Reports" Feature. I Followed The Steps Below. 1. Created Report At "Project Root" 2. Ran Api

Hi @<1567321746447536128:profile|EmaciatedCentipede72> , I would suggest checking what api calls the UI sends when doing work in the UI with reports. You can see it in the network section of developer tools (F12), filter by XHR for easier time reading 🙂

one year ago
0 Hi! For

Hmmmm, fair point.

3 years ago
0 Hey Everyone, We'Re Running A Remote Execution (K8S Agent) Clearml Pipeline From Jupyterhub, But When The Agent Prepares The Environment, It Installs A Different Version Of The Packages Specified In Our

Under add_step there is task_overrides and then you can find this section

reset requirements (the agent will use the "requirements.txt" inside the repo) task_overrides={'script.requirements.pip': ""}
one year ago
0 I Am Training A Model With Pytorch Lightning. I Save

Hi @<1523702786867335168:profile|AdventurousButterfly15> , are the models logged in the artifacts section?

one year ago
0 When I Upgrade The Server, Do I Need To Do Anything With The Agents/Queues (Redefine Them, Etc)?

No 🙂
Just remember to follow the upgrade instructions

2 years ago
0 Hello All, Does Anyone Know How To Change The Id Of A Running Agent? Or Create An Agent With A Predetermined Id?

you configure the worker name in clearml.conf and I think you'll need to re-run it

one year ago
0 Hi All! Could Do With Some Help On Running Registered Task On A Clearml-Agent. My Workflow So Far Is As Follows:

Hi NaughtyFish36 ,

Execute a local training run (from within a docker container) which registers a task on our clearml serverWhen you do this, does ClearML detect the docker image that you're running on?

Initially there was the issue of no access via ssh, but that seemed to be fixed through mounting the local .ssh directory onto the docker container root. The subsequent error is the one above i.e. the reference is not a tree. However I can happily checkout that commit hash myself, yet t...

2 years ago
2 years ago
one year ago
0 Hi All! Is There A Way To Rename The Default "Args" Name For Task Configuration That Is Being Automatically Created When The Code Contains Argparse?

Hi @<1539417873305309184:profile|DangerousMole43> , I'm afraid this is not configurable currently. What is your use case?

one year ago
0 Hi, I'M Setting A

How would you use the

user properties

as part of an experiment?

I'm guessing to get the properties. I'm guessing this really depends on your needs / use-case

2 years ago
2 years ago
0 Controlling Artifacts Logging

You can disable automatic model logging using auto_connect_frameworks in Task.init()
https://clear.ml/docs/latest/docs/references/sdk/task#taskinit

This however will also disable automatic reporting of scalers. You can also manually force the upload of the final model with
https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel#class-outputmodel

2 years ago
0 Im Trying To Run This Exmple :

It looks as it is running, did the status of the experiment change?

3 years ago
0 Hi. I Am Trying To Install Clearml-Agent On The Remote Server On Aws. I Successfully Installed It To The Home Directory: Successfully Installed Attrs-20.3.0 Clearml-Agent-1.2.3 Distlib-0.3.4 Filelock-3.4.1 Furl-2.1.3 Idna-2.10 Orderedmultidict-1.0.1 Path

I can think of two solutions:
Fix local python environments and begin using virtual environments ( https://github.com/pyenv/pyenv for example) Use the agent in --docker mode. You won't need to worry about python versions but you will need to install Docker on that machine.

2 years ago
0 Hey, Do You Know If It'S Possible To Execute A Custom Command Just Before Clearml Agent Starts The Container? I Know It'S Possible To Execute Custom Command Inside The Container That Is Being Run But I'M Interested In Making More Free Space Before The New

Hi @<1570220844972511232:profile|ObnoxiousBluewhale25> , I don't think there is such a capability currently. It is possible to do via the autoscaler where some script will run before the container execution on the machine.

Maybe open a Github feature request to follow up on this?

one year ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

Regarding 1, can you name them yourself somehow and thus get the wanted result?

3 years ago
0 Hi Everyone! When I Execute

In general I would suggest running in docker mode 🙂

one year ago
Show more results compactanswers