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
DeliciousSeal67
Moderator
7 Questions, 17 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

16 × Eureka!
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hey, I was planning to save the best trained model and get a Task ID for it, so I could use it later as Clearml Task. from clearml import Dataset, Task task ...
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
hey guys, I’m trying to install nvidia-dali-cuda110 . but apparently clearml-agent didn’t used the external-link I provided to use to install it. This is how...
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hi everyone, I have a problem with my clearml script ?! ERROR: Double requirement given:
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
any ideas on how to solve it?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hey, somehow clearml-agent don’t use requirements.txt file from the repo, I don’t know why, this is happening: ├── ML │ ├── data │ ├── README.md | ├── requir...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
I’m trying to build a leader board for my training tasks, but apparently there’s none available with the current ClearML version, right now?
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hi guys, I’m using clearml for a while now, and I’m trying to install nvidia-dali-cuda110 this is the official docs to install it: https://docs.nvidia.com/de...
3 years ago