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
EncouragingPenguin15
Moderator
1 Question, 1 Answer
  Active since 17 January 2024
  Last activity 7 months ago

Reputation

0

Badges 1

Eureka!
0 Votes
4 Answers
573 Views
0 Votes 4 Answers 573 Views
Has anyone tried using ClearML with Ray based distributed training for Computer Vision models like Resnet?
7 months ago
0 Has Anyone Tried Using Clearml With Ray Based Distributed Training For Computer Vision Models Like Resnet?

@<1523701205467926528:profile|AgitatedDove14> We want to use Ray for distributed training, where multiple nodes will be running Ray and clearml and training the model. With one Node being the controller . Similar to, torch distributed training

7 months ago