The project is an official implement of our CVPR2018 paper "Deep Back-Projection Networks for Super-Resolution" (Winner of NTIRE2018 and PIRM2018)
566
stars
164
forks
source link
When training the discriminator, detach the output tensor of generator? #37
Open
ksnzh opened 5 years ago
https://github.com/alterzero/DBPN-Pytorch/blob/master/main_gan.py#L123
Is this an error?