cszn / DnCNN

Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising (TIP, 2017)
https://cszn.github.io/
1.42k stars 534 forks source link

color dcnn model's act_mode is different in train and test phase (pytorch version) #81

Open lionzhnn opened 4 years ago

lionzhnn commented 4 years ago

Thank you for your code. The color dcnn model's act_mode should be "BR", however the test code and the pretrained '.pth' file seem to be "R". Am i misunderstanding.