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
ShinyRabbit94
Moderator
6 Questions, 34 Answers
  Active since 10 January 2023
  Last activity one month ago

Reputation

0

Badges 1

34 × Eureka!
0 Votes
16 Answers
545 Views
0 Votes 16 Answers 545 Views
Hello ! When running Dataset.get the wrong file_server api is being used. This is the content of my clearml.conf api { # Notice: 'host' is the api server (de...
2 years ago
0 Votes
21 Answers
700 Views
0 Votes 21 Answers 700 Views
Hello! When I delete Tasks, Models or Datasets from the fileserver's UI, the associated artifacts (in /opt/clearml/data/fileserver ) are not deleted. Any ide...
2 years ago
0 Votes
7 Answers
625 Views
0 Votes 7 Answers 625 Views
Hello! The agent-services present in ClearML server's docker-compose is only for cleanup tasks, right ? For training I would need to run another instance of ...
2 years ago
0 Votes
4 Answers
566 Views
0 Votes 4 Answers 566 Views
2 years ago
0 Votes
16 Answers
574 Views
0 Votes 16 Answers 574 Views
Hello, I am trying to run the clearml-agent in docker mode. I use this command to start it : sudo clearml-agent daemon --cpu-only --queue training_queue --do...
2 years ago
0 Votes
10 Answers
673 Views
0 Votes 10 Answers 673 Views
Hello, I am running my own instance of the clearml-server. All works as expected, but sometimes my training tasks get stuck for 40+ minutes (while usually ta...
2 years ago