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
Does Anyone Get These Junk Logs From Matplotlib While Using Clearml? Is There A Way To Disable It?

Does anyone get these junk logs from matplotlib while using clearml? Is there a way to disable it?

  
  
Posted 2 years ago
Votes Newest

Answers 5


StraightDog31 how did you get these ?
It seems like it is coming from maptplotlib, no?

  
  
Posted 2 years ago

Yes it is. They come always for us. Even if there is no matplotlib in requirements

  
  
Posted 2 years ago

are you using matplotlib ? could it be the binding check if matplotlib exists ? could it be you are running it with DEBUG on (i.e. global log level debug) ?

  
  
Posted 2 years ago

I would guess that for some reason loglevel is DEBUG, could that be the case?

  
  
Posted 2 years ago

We are using matplotlib in some tasks

  
  
Posted 2 years ago
506 Views
5 Answers
2 years ago
one year ago
Tags