hhb072 / WaveletSRNet

A pytorch implementation of Paper "Wavelet-srnet: A wavelet-based cnn for multi-scale face super resolution"
MIT License
240 stars 67 forks source link

why sgd can't converge? #5

Open pnnnnnnn opened 6 years ago

pnnnnnnn commented 6 years ago

thx for sharing in ur paper, u mentioned that u used sgd but ur code used adam instead i changed sgd to adam, but the model couldn't get converged, why did it happen?

RemyEE commented 5 years ago

May I ask how did you get datasets? I am having some problem on running the code.