XPixelGroup / BasicSR

Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet.
https://basicsr.readthedocs.io/en/latest/
Apache License 2.0
6.44k stars 1.14k forks source link

How to hide the logger info in the output? #666

Open JLiu-1 opened 3 months ago

JLiu-1 commented 3 months ago

When testing the code, I found there were too many lines of logger info (especially the network structure info) printed. How can I disable the printing of that information? Thanks.