PyTorch implementation of the TIP2017 paper "Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising"
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
Why is the bias term in all the convolution layers is false?
Thanks!