cszn / DnCNN

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

Does it require GPU to train this network? #17

Closed doantientai closed 7 years ago

doantientai commented 7 years ago

I have Matlab in my computer which does not have GPU. Can I train the network on my computer?

cszn commented 7 years ago

You can set opts.gpus = []; to train the model without GPU.