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! I'Ve Noticed That Sometimes My Program Finishes Before All The Reporting Is Done And I Have To Add A

Hi all! I've noticed that sometimes my program finishes before all the reporting is done and I have to add a time.sleep(...) to make sure to see them in the app. Is there anyway to get a signal when ClearML is finished reporting?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi @<1523702459048923136:profile|SmugSnake6> , what framework are you using? Do you have a stand alone snippet that reproduces this?

  
  
Posted one year ago

I wasn't able to reproduce it with a simple piece of code, I'll try to see later if I can. But what I've seen is that I was logging too many images and it was somehow missing my last reports. With fewer image logs it seems like it's working normally

  
  
Posted one year ago
824 Views
2 Answers
one year ago
one year ago
Tags