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
SillySealion58
Moderator
6 Questions, 30 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

30 × Eureka!
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hello! I'm using a https://github.com/allegroai/clearml/blob/25df5efe74972624671df2ae97a3c629eb0c5322/clearml/backend_interface/task/task.py#L1360 https://gi...
2 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Hello! I'm running a task for which I want to log SEVERAL checkpoints of a model. I have a reason to save the checkpoints in different folders locally but th...
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi! I'm trying to implement a "keep N best checkpoints" logic in my project. (It was discussed here some time ago but I can't see the thread due to Slack lim...
2 years ago
0 Votes
2 Answers
730 Views
0 Votes 2 Answers 730 Views
Hello! I can't seem to be able to stop Clearml from automatically logging model files (optimizer, scheduler). It's a useful feature but I'd like to have some...
8 months ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Hello! I’m having trouble with connecting my on-premises S3 storage to ClearML. Could anyone please tell me how to fix it?
2 years ago
0 Votes
4 Answers
780 Views
0 Votes 4 Answers 780 Views
Hey, guys! Could you help me to find out if there's an adequate way to track an experiment with Clearml if I'm running it as a black-box bash script?
9 months ago