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
5 Questions, 36 Answers
  Active since 19 July 2024
  Last activity 4 months ago

Reputation

0

Badges 1

36 × Eureka!
0 Votes
4 Answers
558 Views
0 Votes 4 Answers 558 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...
4 months ago
0 Votes
6 Answers
888 Views
0 Votes 6 Answers 888 Views
9 months ago
0 Votes
3 Answers
727 Views
0 Votes 3 Answers 727 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...
9 months ago
0 Votes
3 Answers
621 Views
0 Votes 3 Answers 621 Views
Hi all, is there a way to completely disable all artifact logging?
9 months ago
0 Votes
46 Answers
109K Views
0 Votes 46 Answers 109K 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