how can I hide yolov5/pytorch info progress bar from a loaded model

Viewed 9

I recently got my hands on a new computer with gpu and was passing a model i created sometime ago but now information that I was supressing from yolov5 (adding autoshape, fusing layers and so on) is showing again

I use logging to remove information that i dont need

logging.getLogger("yolov5").setLevel(logging.WARNING)

but now there is a progress bar that i cant seem to remove no matter what level I use

is this from another library that is printing this info in recent versions of pytorch, keras, tensorflow?

0 Answers
Related