cszn / DnCNN

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

vl_simplenn_move.m not found. #1

Closed leonardltk closed 8 years ago

leonardltk commented 8 years ago

Hi, in your demo codes, you included

if useGPU net = vl_simplenn_move(net, 'gpu') ; end

However, its not included in your utilities.

xyp3525 commented 8 years ago

me too, need matlab 2016?

leonardltk commented 8 years ago

Apparently it's just due to the need to install MatConvNet. But I wasn't able to get it up on my comp so I decided to try python instead. U could try installing MatConvNet first

123siddd commented 1 year ago

what changes did you made in the python code for the import utils error (utils_image, utils_model, utils_logger) ?