cszn / FFDNet

FFDNet: Toward a Fast and Flexible Solution for CNN based Image Denoising (TIP, 2018)
https://ieeexplore.ieee.org/abstract/document/8365806/
469 stars 130 forks source link

Unknown layer type 'SubP' #1

Closed ngcthuong closed 7 years ago

ngcthuong commented 7 years ago

Hi there,

I just run the demo_awgn_gray and got this error

Demo_AWGN_Gray Error using vl_simplenn (line 377) Unknown layer type 'SubP'. Error in Demo_AWGN_Gray (line 88) res = vl_simplenn(net,input,[],[],'conserveMemory',true,'mode','test');

Any idea to fix it?

Best regards,

cszn commented 7 years ago

Use vl_simplenn.m and SubP layer from utilities folder.