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 Hello, We'Re Getting A Strange Error While Training Yolov5:

Can you seee if there are errors in the apiserver?

3 years ago
0 Good Week, I Tried To Follow The Following Repo

Hi! Are you working on a self deployed server?

3 years ago
0 Hello, Is There A Time Limit For

EmbarrassedSpider34 , you can use the API to remove tasks from a queue
https://clear.ml/docs/latest/docs/references/api/queues#post-queuesremove_task

3 years ago
0 Hello, Is It Commo That

Is it a self hosted server?

3 years ago
0 Is There Any Way To: Within The Ui, Select And Compare The Scalars For More Than 10 Experiments? I'D Like To Do Something Like:

SmallDeer34 Hi! 🙂

I'm afraid that currently we support only up to 10 experiments in comparison at once. However you can add/remove experiments mid comparison. Is there a specific reason why you'd need to compare specifically 20?

Regarding the coloring, if you do 5/5 it would be supported.

4 years ago
0 Hi, I Am Running A Script Very Similar To The One In

I'd suggest running Task.init first and then exposing the dataset name using argparser afterwards

one year ago
0 How To Create Admin User And Pass On The Clearml Chart 7.14.5? The Ui Log In Is Only Receive Full Name . How To Change It To User Pass And To Add Admin Role?

Hi @<1840199805821784064:profile|EnviousMouse30> , I'm guessing you want to enable login via user/pass? This is the relevant configuration - None

One note though, there are no admin roles in the open source. All users are the same and have access to everything.

5 months ago
0 Hi, Another Bug To Report With The Aws_Auto_Scaler Using 1.1.2:

And if you switch back to 1.1.2 in the setup that 1.1.1 worked, does it still fail?

4 years ago
0 Hey Everyone, I'M New To Clearml Pipelines And My Tasks Are Always In Pending. 1) I Have Created Clearml Agent And It Is Connected To The Main Clearml Server. 2) Agent Configured To Use Docker With Mounted Volumes, Does Listen To The "Services" Queue And

Hi @<1635088270469632000:profile|LividReindeer58> , you should do a separation. The pipeline controller should run on the services queue. Pipeline steps should run on different queues. This is why they are sitting in pending - there is no free worker to pick them up.

one year ago
0 Hi, I Am A Newbie Here And I Am Just Struggling With Some Chanllenges When I Self-Host The Clearml Server ( In Linux - Ubuntu 20.04 )

How did you verify that the files are still there? Not just you can see the folder name itself but are there contents? If you use the same links through the web UI, can you still download files even when task/dataset is deleted?

one year ago
0 Hello! I'Ve Been Trying To Use Clearml For The First Time, But I Cannot Seem To Run The First Serving Model. First, I Run The Following In Powershell: >>> Clearml-Serving Create --Name "June Test" Log: Clearml-Serving - Cli For Launching Clearml Serving

Its a bit confusing, please add the full list of action you took + whatever the console printed.

Preferably using the following format for logs

This is a very convenient way to post logs 
4 months ago
0 Hi. From Python, Is There Away To Check How Many Worker Is There In A Given Queue ?

It is returned in queues.get_all. I'd suggest navigating to the webUI and checking what the webUI is sending to the server (It's all API calls) and replicating that in code with the APIClient

11 months ago
0 Hi! I’M Running An Experiment As Follows:

Can you add a small code snippet that reproduces this?

3 years ago
Show more results compactanswers