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, How I Can To Control On The Notifications Mode? I Got Many Warnings, Like:

Hi,
how I can to control on the notifications mode?
I got many warnings, like:
2021-01-07 16:02:07,939 - clearml.metrics - WARNING - cannot write mode RGBA as JPEG
2021-01-07 16:02:07,939 - clearml.metrics - WARNING - cannot write mode RGBA as JPEG
2021-01-07 16:02:08,803 - clearml - WARNING - expected str, bytes or os.PathLike object, not NoneType
2021-01-07 16:02:08,807 - clearml - WARNING - cannot reshape array of size 4864 into shape (32,32,newaxis)
2021-01-07 16:02:08,814 - clearml - WARNING - cannot reshape array of size 4864 into shape (32,32,newaxis)
2021-01-07 16:02:09,954 - clearml.metrics - WARNING - cannot write mode RGBA as JPEG
2021-01-07 16:02:09,954 - clearml.metrics - WARNING - cannot write mode RGBA as JPEG
2021-01-07 16:02:10,214 - clearml - WARNING - expected str, bytes or os.PathLike object, not NoneType
2021-01-07 16:02:10,218 - clearml - WARNING - cannot reshape array of size 4864 into shape (32,32,newaxis)
2021-01-07 16:02:10,225 - clearml - WARNING - cannot reshape array of size 4864 into shape (32,32,newaxis)
2021-01-07 16:02:11,601 - clearml - WARNING - expected str, bytes or os.PathLike object, not NoneType
2021-01-07 16:02:11,606 - clearml - WARNING - cannot reshape array of size 4864 into shape (32,32,newaxis)
2021-01-07 16:02:11,613 - clearml.metrics - WARNING - cannot write mode RGBA as JPEG
2021-01-07 16:02:11,613 - clearml.metrics - WARNING - cannot write mode RGBA as JPEG
2021-01-07 16:02:11,614 - clearml.metrics - WARNING - cannot write mode RGBA as JPEG

is there a way to mute them?
thanks

  
  
Posted 3 years ago
Votes Newest

Answers


Hi RoundSeahorse20
Try the following , let me know if it worked.
clear_logger = logging.getLogger('clearml.metrics') clear_logger.setLevel(logging.ERROR)

  
  
Posted 3 years ago
508 Views
1 Answer
3 years ago
one year ago
Tags