Closed SufianIrshad closed 6 years ago
Solution please
Error using vl_nnconv The FILTERS depth does not divide the DATA depth.
Error in vl_simplenn (line 97) res(i+1).x = vl_nnconv(res(i).x, l.weights{1}, l.weights{2}, ...
Error in Demo_test_DnCNN_C (line 57) res = vl_simplenn(net,input,[],[],'conserveMemory',true,'mode','test');
The input should be a color image.
Problem solved. thank you i have changed the data set from BSD68 to LIVE1.
Solution please
Error using vl_nnconv The FILTERS depth does not divide the DATA depth.
Error in vl_simplenn (line 97) res(i+1).x = vl_nnconv(res(i).x, l.weights{1}, l.weights{2}, ...
Error in Demo_test_DnCNN_C (line 57) res = vl_simplenn(net,input,[],[],'conserveMemory',true,'mode','test');