pytorch / examples

A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
https://pytorch.org/examples
BSD 3-Clause "New" or "Revised" License
21.99k stars 9.49k forks source link

Super resolution #217

Open suke27 opened 6 years ago

suke27 commented 6 years ago

ESPCN use 3 conv layers, but I found you use 4 conv layer. can you tell me why, it has better psnr result?

msaroufim commented 2 years ago

I'm guessing the decision was arbitrary, would you like to try out the version with 3 layers and see if that has better results? and make the PR if it does?