leftthomas / ESPCN

A PyTorch implementation of ESPCN based on CVPR 2016 paper "Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to save the loss and PSNR?

dzz416 opened this issue · comments

commented

running the imageSR part without visdom,how to save the PSNR AND LOSS of each iter?

@dzz416 you could add some code to write them to some txt of json files.