SaoYan / DnCNN-PyTorch

PyTorch implementation of the TIP2017 paper "Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising"
http://ieeexplore.ieee.org/document/7839189/
GNU General Public License v3.0
407 stars 117 forks source link

Why do you set bias = False? #7

Closed eyalol closed 1 year ago

eyalol commented 3 years ago

Why is the bias term in all the convolution layers is false?

Thanks!