sanghyun-son / EDSR-PyTorch

PyTorch version of the paper 'Enhanced Deep Residual Networks for Single Image Super-Resolution' (CVPRW 2017)
MIT License
2.43k stars 669 forks source link

Dilatation factor is added for the dilated convolutions #215

Closed AbdulMoqeet closed 2 years ago

AbdulMoqeet commented 5 years ago

Dilatation factor is added in the default convolution. The default value is set to 1 which would behave as normal convolutions.