cszn / DnCNN

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

Demo_test_DnCNN.m #38

Closed niceHou closed 6 years ago

niceHou commented 6 years ago

Hi!I meet a problem when I run 'Demo_test_DnCNN.m'. System error as: 错误使用 vl_nnconv An input is not a numeric array (or GPU support not compiled).

出错 vl_simplenn (line 300) res(i+1).x = vl_nnconv(res(i).x, l.weights{1}, l.weights{2}, ...

出错 Demo_test_DnCNN (line 64) res = vl_simplenn(net,input,[],[],'conserveMemory',true,'mode','test'); I‘m a beginner. Could you tell me how can I solve it,or anyone knows the answer,please tell me ,thank you very much!

cszn commented 6 years ago

See https://github.com/cszn/IRCNN/issues/7