sony / nnabla-examples

Neural Network Libraries https://nnabla.org/ - Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minor error in train_esrgan.py and train_psnr_rrdb.py

seragENTp opened this issue · comments

avg_psnr = avg_psnr / idx
should be :
avg_psnr = avg_psnr / val_samples

Thanks for pointing out! We will fix the bug accordingly.

This has been resolved by #131