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
Answered
Hi All, Is There Documentation On How To Train On Model On Mutiple-Gpu Across Mutilple Nodes/Machines ?

HI All, Is there documentation on how to train on model on mutiple-GPU across mutilple nodes/machines ?

  
  
Posted one year ago
Votes Newest

Answers 3


Hi @<1541592241250766848:profile|BrightPenguin74> , I think this is what you're looking for
None

  
  
Posted one year ago

@<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted one year ago

Thanks. Is there something on how to set up environment for distributed training? If I set up a multiple-agents is that sufficient?

  
  
Posted one year ago