Hi RoundSeahorse20
Try the following , let me know if it worked.clear_logger = logging.getLogger('clearml.metrics') clear_logger.setLevel(logging.ERROR)
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