cszn / DnCNN

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

Why you comment most of your ‘net = vl_simplenn_tidy(net);’ #8

Closed tendence closed 7 years ago

tendence commented 7 years ago

Unbelievable great job! But why you comment most of your ‘net = vl_simplenn_tidy(net);’ in your code?

cszn commented 7 years ago

If you use a different version of Matconvnet, you should uncomment ‘net = vl_simplenn_tidy(net);’.

tendence commented 7 years ago

I'm using the 1.0-beta24 version. It seems if I don't uncomment the line, errors will come out. Thanks for your reply.