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
ThoughtlessTiger0
Moderator
2 Questions, 3 Answers
  Active since 11 April 2025
  Last activity 4 months ago

Reputation

0
0 Votes
1 Answers
291 Views
0 Votes 1 Answers 291 Views
Hi everyone, someone know about the new version, 2.1.0, when it will be deployed to docker? None Or if there is any other docker repo with the new version. I...
2 months ago
0 Votes
1 Answers
497 Views
0 Votes 1 Answers 497 Views
4 months ago
0 Hello Everyone, We Have Clearml (Free Version) Deployed On Gke. We Are Using Agents To Work With Gpu Nodes On The Gke. When We Start A Task On Gpu Worker, The Scalars Show'S That The Task Is Trying To Use The Entire Gpu'S On The Node (We Have 8 ) Even Th

not sure about that in special, but take a look at the doc config: None
sometimes is difficult to understand the priority of the configs ( ENV_CONFIG, server yml, agent yml, etc.. ) because you can set a config by the agent config but the ENV is overwriting the config.

2 months ago
0 Hello Guys, I Am Using Clearml Server To Run Hyperparameter Optimization. When Running It, Sometimes This Error Happens, But When Running Again The Same Code Runs Smoothly. Sometimes It Works And Sometimes Not. It Seems That Some Of The Base Taks Of The

Hi Nathan. The error was about an internal error on our simulation. After that bug fix everything was ok. But we still have the problem that when any trial fails, it breaks down all the simulation and the pipeline stops to create new trials and the simulation stops. Is the same when I have only one work that crash ( maybe some no free space or network problem) and when it happens the main pipeline receives a trial fail and after that it does not create more trials. And all the simulations sta...

2 months ago