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

Reputation

0

Badges 1

Eureka!
0 Votes
2 Answers
217 Views
0 Votes 2 Answers 217 Views
Hi. I'm currently working on training a model, specifically fine-tuning from Segment Anything. I'm using remote training in ClearML, and I have three servers...
3 months ago
0 Hi. I'M Currently Working On Training A Model, Specifically Fine-Tuning From Segment Anything. I'M Using Remote Training In Clearml, And I Have Three Servers: 2 A30 And 1 A100. Interestingly, When Training On The

yeah, but why is there such a notable difference in IOU when training remotely on server with A30 card compared to another server with A100 card? I simply enqueued the task to agents

3 months ago