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 draw a learning rate curve in Tensorboard or Wandb? #682

Open Yee1314 opened 1 month ago

Yee1314 commented 1 month ago

How to draw a learning rate curve in Tensorboard or Wandb? I added lr in the daily system section of the development document in loss_dict, but it cannot be generated. How should I draw it?