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
GloriousGoldfish63
Moderator
8 Questions, 11 Answers
  Active since 02 December 2024
  Last activity 15 days ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
2 Answers
300 Views
0 Votes 2 Answers 300 Views
When running a data processing task with joblib.Parallel, the print statements don't appear in the ClearML Console. Also the Logger.current_logger().report_t...
3 months ago
0 Votes
1 Answers
359 Views
0 Votes 1 Answers 359 Views
Has anybody had success serving a ClearML Server with Traefik HTTPS tunneling?
4 months ago
0 Votes
3 Answers
64 Views
0 Votes 3 Answers 64 Views
I got a clearml-serving instance running with inferences served correctly, however the model-endpoints dashboard screen is remaining empty with the splash sc...
15 days ago
0 Votes
4 Answers
207 Views
0 Votes 4 Answers 207 Views
Is it possible to create a Task using Task CLI using a python entrypoint (either script or module) and then have the task_name become overridden by the value...
one month ago
0 Votes
3 Answers
446 Views
0 Votes 3 Answers 446 Views
Hi, I Installed local clearml server and when launching the GUI is lacking the metric values table button. Is this a known issue or am I missing something? (...
4 months ago
0 Votes
4 Answers
412 Views
0 Votes 4 Answers 412 Views
Hello, Any idea how to log tables with hyperlinks? When logging dataframes using report_table I get tables in the plots section. I would like the cell conten...
3 months ago
0 Votes
1 Answers
237 Views
0 Votes 1 Answers 237 Views
Hi, I have a self-hosted ClearML server. How do I change the default path /opt/clearml/data/fileserver to a different path like a mounted disk?
2 months ago
0 Votes
1 Answers
341 Views
0 Votes 1 Answers 341 Views
In a self hosted server I am getting a similar issue to this: None The agent-services keeps restarting repetitively. In the docker logs I am getting this err...
4 months ago