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 13 days ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
3 Answers
338 Views
0 Votes 3 Answers 338 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? (...
3 months ago
0 Votes
2 Answers
231 Views
0 Votes 2 Answers 231 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...
2 months ago
0 Votes
1 Answers
275 Views
0 Votes 1 Answers 275 Views
Has anybody had success serving a ClearML Server with Traefik HTTPS tunneling?
3 months ago
0 Votes
1 Answers
255 Views
0 Votes 1 Answers 255 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...
2 months ago
0 Votes
4 Answers
104 Views
0 Votes 4 Answers 104 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...
19 days ago
0 Votes
4 Answers
315 Views
0 Votes 4 Answers 315 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...
2 months ago
0 Votes
1 Answers
145 Views
0 Votes 1 Answers 145 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