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
Hello, Does Anyone Know If It'S Possible To Log An Experiment To Two Different Servers At Once?

Hello, does anyone know if it's possible to log an experiment to two different servers at once?

  
  
Posted one year ago
Votes Newest

Answers 4


Hi @<1591964119085355008:profile|PerfectPeacock91> , do you mean two independent clearml server?

  
  
Posted one year ago

Is fo, that's not possible, but you could run in offline mode and than import the recorded session to both servers...

  
  
Posted one year ago

yup!

  
  
Posted one year ago

ah makes sense!! I'll give that a try

  
  
Posted one year ago