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 Everyone! Is Clearml Doing Asynchronous Or Synchronous Logging For E.G. Tensorboard Summarywriters?

Hello everyone!
Is clearml doing asynchronous or synchronous logging for e.g. tensorboard SummaryWriters?

  
  
Posted one year ago
Votes Newest

Answers 2


Oh, I did not see the answer. Thank you very much. I was just wondering whether sync/async could lead to higher runtimes when doing a lot of remote logging compared to local logging.

  
  
Posted one year ago

Hi! Hmmm, good question. I think it's asynchronous since most of the uploading processes are usually async. Is there a specific use case you're thinking of?

  
  
Posted one year ago
261 Views
2 Answers
one year ago
8 months ago
Tags