xinntao / EDVR

Winning Solution in NTIRE19 Challenges on Video Restoration and Enhancement (CVPR19 Workshops) - Video Restoration with Enhanced Deformable Convolutional Networks. EDVR has been merged into BasicSR and this repo is a mirror of BasicSR.
https://github.com/xinntao/BasicSR
1.49k stars 318 forks source link

how to visulize the training results like the loss psnr ...the related message, i saw that logger? #43

Closed Amarintine closed 5 years ago

xinntao commented 5 years ago
  1. You can visualize the loss by tensorboard. This is the easiest way. BTW, it does not evaluate during training. So there is no PSNR curve.
  2. You can also visualize the loss by plotting the values in the txt log file (need to write a script).