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
565 stars 164 forks source link

Is it appropriate that the last convolutional layer of DBPN has no activation function? #58

Open yanghedada opened 3 years ago

yanghedada commented 3 years ago

@alterzero hi, is it appropriate that the last convolutional layer of DBPN has no activation function? [https://github.com/xinntao/ESRGAN/blob/master/RRDBNet_arch.py] The last layer of activation function is LeakyReLU.