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
DepravedBee82
Moderator
6 Questions, 38 Answers
  Active since 19 July 2024
  Last activity 28 days ago

Reputation

0

Badges 1

38 × Eureka!
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
one year ago
0 Votes
4 Answers
835 Views
0 Votes 4 Answers 835 Views
Hi all, what is the best way of getting ClearML to pull code from GitHub repos? At the moment we can pull using a users SSH credentials, but AFAIK it's not p...
7 months ago
0 Votes
3 Answers
825 Views
0 Votes 3 Answers 825 Views
Hi all, is there a way to completely disable all artifact logging?
12 months ago
0 Votes
3 Answers
192 Views
0 Votes 3 Answers 192 Views
Hi all, is it possible to pass Hydra args via the clearml-task CLI? Using --args doesn't seem to work as it should with Hydra - they do appear as args but ar...
29 days ago
0 Votes
3 Answers
930 Views
0 Votes 3 Answers 930 Views
Hi all - I have a large dataset and have preprocessed it and saved each item in .pt files, which are loaded using torch.load in my Dataset . The issue is tha...
one year ago
0 Votes
46 Answers
137K Views
0 Votes 46 Answers 137K Views
Hi all, I've successfully run a Task locally, and now I'm trying to clone it and send it to a Queue. It looks like the environment is built successfully, but...
one year ago