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
7 Questions, 10 Answers
  Active since 02 December 2024
  Last activity one month ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
3 Answers
382 Views
0 Votes 3 Answers 382 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
354 Views
0 Votes 4 Answers 354 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
2 Answers
256 Views
0 Votes 2 Answers 256 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
313 Views
0 Votes 1 Answers 313 Views
Has anybody had success serving a ClearML Server with Traefik HTTPS tunneling?
3 months ago
0 Votes
4 Answers
152 Views
0 Votes 4 Answers 152 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
1 Answers
293 Views
0 Votes 1 Answers 293 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...
3 months ago
0 Votes
1 Answers
190 Views
0 Votes 1 Answers 190 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?
one month ago