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! A Training Session Just Crashed Because I Seem To Be In A Setting In Which Clearml Keeps Trying To Send Info To The Server - But That Triggers A Timeout Elsewhere (In Some Distributed Training) Is There A Way In Clearml To:

Hi!
A training session just crashed because I seem to be in a setting in which ClearML keeps trying to send info to the server - but that triggers a timeout elsewhere (in some distributed training)

Is there a way in ClearML to:

  • Define a small timeout and continue if it doesn't happen (not crash) 2. Recognize a problematic networking state to the server and then completely skip reporting?
  
  
Posted 16 days ago
Votes Newest

Answers


Hi @<1523703012214706176:profile|GorgeousMole24> , I'm not sure I understand exactly what happened - can you perhaps attach some logs of the crashed experiment?

  
  
Posted 16 days ago
172 Views
1 Answer
16 days ago
15 days ago
Tags