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

Reputation

0
0 Is It Possible To Change The

but I want to change what is shown by the GUI so that would need to be a setting on the server itself?

Can you please elaborate?

3 years ago
3 years ago
0 Hi, I’M Trying To Minimize Startup Time For My Training Tasks, I’Ve Set

You can read up on the caching options in your ~/clearml.conf
You can make virtualenv creation a bit faster

3 years ago
0 Hi! Would Love Assistance On The Following: I'M Getting

Hi @<1523703012214706176:profile|GorgeousMole24> , I'm not sure about the exact definition, but I think when the script finishes running or the thread that started Task.init() finishes.

2 years ago
0 Trying To Access The Csv File Uploaded On The Clearml Dataset In My Local Device Is Giving Me Some Errors

It looks like you can't access the file due to permissions. And in the agent run there is no such file. How are you storing it and how are you trying to fetch it in code during the agent run?

3 years ago
0 Hello, I Am Using The Clearml Integration With Ultralytics. I Have Very Simple Code

@<1644147961996775424:profile|HurtStarfish47> , you also have the auto_connect_frameworks parameter of Task.init do disable the automatic logging and then manually log using the Model module to manually name and register the model (and upload ofc)

one year ago
0 Hi, I Have A Remote Task That I Want To Run On Some Of The Gpus Of The Remote Machine. I Set The Agent In The Remote Machine On Two Of The Gpus. How Do I Query The Agent What Are His Gpu So That My Code Will Use Only Them

Hi @<1546303277010784256:profile|LivelyBadger26> , when you run the agent, you can specify which CPUs to use using the --gpus argument like you used

2 years ago
0 Hello Everyone! I Hope You Can Help Me. I Have A Local Workstation Where I Want To Deploy The Clearml Server And Clearml Agent. I Have Prepared Two Independent Docker-Compose Files, While I Need To Explicitly Specify The External Docker Network? Or With C

@<1707203455203938304:profile|FoolishRobin23> , the agent in the docker compose is a services agent and it's not for running GPU jobs. I'd suggest running the clearml-agent with the GPU manually.

one year ago
0 Hello, I Had A Setup For Training Ml Model Of Multiple Sub-Modules, Used Pipelines From Task. Didn'T Run It For 4 Months, Was Working Fine Back Then, Now When I Run Pipeline, Steps Are Being Run And Completed Emty, No Console Log, No Stats, Nothing, What

Hi @<1623491856241266688:profile|TenseCrab59> , are you self deployed? Can you provide some logs/screenshots? If you go directly into the task information of each step there console is empty?

one year ago
0 Hi, Yesterday I Updated The Clearml Server, Now All My Tasks Disappeared, There Are Only The Demo Tasks On The Interface. But The Data Is Still In The /Opt/Clearml/Data Folder.

Do you have a way to see which docker images you have locally (if they weren't removed) to see on which version you were previously?

3 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

2 years ago
one year ago
0 Hi Team, Do You Guys Have A Direct Support Email Address To Which Billing Related Enquiries Can Be Sent? Thanks

Hi @<1882599179692281856:profile|FriendlyBluewhale89> I think its support@clearml.ai , it should be on the website 🙂

27 days ago
0 Hi, When Creating A Pipeline From Tasks How Can I Set Each Step Configuration From The Web Ui? For Example In The Training Step I Want To Choose If I Use A Certain Augmentation How Can I Control It When Using A Pipeline?

Hi @<1523701295830011904:profile|CluelessFlamingo93> , I think you would need to expose those configurations through the pipeline controller and then the tasks would take those configurations and override them with what you inserted into the controller.

Makes sense?

2 years ago
Show more results compactanswers