Closed niceHou closed 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!
See https://github.com/cszn/IRCNN/issues/7
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!