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
Back To This

Back to this ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start 😢
Hanging for the past ~45m like this

  
  
Posted 2 years ago
Votes Newest

Answers 23


Basically when there are occasionally extreme values (i.e. most values fall in [0, 50] range, and one value suddenly falls in 50e+12 range), the plotting library (matplotlib or ClearML, unsure) hangs for a really long time

  
  
Posted 2 years ago

Thanks for investigating this SweetBadger76 !

  
  
Posted 2 years ago

Still happening with 1.4.1 SuccessfulKoala55

  
  
Posted 2 years ago

Yes it is

  
  
Posted 2 years ago

Hey UnevenDolphin73
I have tried to reproduce the issue but with no success. I manage to auto report any graph designed according to your description - values between [0,50] and sudden extreme values. So far everything seems to be ok on my side. have you found something new reguarding this issue ? Could you send me more details on the graph which reporting hangs ?
Thanks

  
  
Posted 2 years ago

Sorry, been away for a while!
I have no additional information, since it was a bug in my model that I have since eliminated...
Maybe it was just a matplotlib error and can be dropped for now. I'll let you know if it pops up again!

  
  
Posted 2 years ago

Not really, I've only been able to somewhat understand the scope of where it happens, and I'm not sure it's even a ClearML issue (maybe matplotlib)

  
  
Posted 2 years ago

Based on where it hangs, I think this has to do with reporting the scatter plots.

  
  
Posted 2 years ago

hey UnevenDolphin73
did you manage to get rid of this issue ?

  
  
Posted 2 years ago

how long does it take the task to get there?

  
  
Posted 2 years ago

A couple of minutes or so

  
  
Posted 2 years ago

Hm, this didn't happen until now; I'd be happy to try again with a new version, but something with 1.4.0 broke our StorageManager, so we reverted to 1.3.2

  
  
Posted 2 years ago

Trying now with 1.4.1, but I believe the changes you're referring to SuccessfulKoala55 were also introduced in 1.4.0, right?

  
  
Posted 2 years ago

Is the task still reporting to the server? The UI should show the last updated time

  
  
Posted 2 years ago

There were a few related fixes - can you try with v1.4.1rc0?

  
  
Posted 2 years ago

What is the clearml version you're using?

  
  
Posted 2 years ago

Erm, one sec, let me find that thread...

  
  
Posted 2 years ago

I see... what broke, by the way?

  
  
Posted 2 years ago

1.3.2

  
  
Posted 2 years ago

UnevenDolphin73 this message by itself does not indicate something is stuck, are you sure your code prints anything?

  
  
Posted 2 years ago

My code is done, it's hanging waiting for ClearML :E

  
  
Posted 2 years ago

good to know. we will try to enquire that. thanks

  
  
Posted 2 years ago