alterzero / DBPN-Pytorch

The project is an official implement of our CVPR2018 paper "Deep Back-Projection Networks for Super-Resolution" (Winner of NTIRE2018 and PIRM2018)
https://alterzero.github.io/projects/DBPN.html
MIT License
566 stars 164 forks source link

When training the discriminator, detach the output tensor of generator? #37

Open ksnzh opened 5 years ago

ksnzh commented 5 years ago

https://github.com/alterzero/DBPN-Pytorch/blob/master/main_gan.py#L123

Is this an error?