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, In The Context Of Multi-Gpu Training, Is

Hi, in the context of multi-gpu training, is Model.get_local_copy() multi-process safe? or should make sure only the first process calls it first, then others

  
  
Posted 2 years ago
Votes Newest

Answers 3


if I want to resume a training on multi gpu, I will need to call this function on each process to send the weights to each gpu

  
  
Posted 2 years ago

I think it should work fine, please update 🙂

  
  
Posted 2 years ago

What's the use case?

  
  
Posted 2 years ago
559 Views
3 Answers
2 years ago
one year ago
Tags