cszn / DnCNN

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

How to resolve this bug? could you please tell me?maybe I solved above problem,but I met the follow problem : #84

Open 191578010 opened 3 years ago

191578010 commented 3 years ago

maybe I solved above problem,but I met the follow problem :

>> Demo_test_DnCNN
引用了不存在的字段 'dilate'。

出错 vl_simplenn (line 303)
        'dilate', l.dilate, ...

出错 Demo_test_DnCNN (line 64)
    res    = vl_simplenn(net,input,[],[],'conserveMemory',true,'mode','test');

maybe I solved above problem,but

Originally posted by @goonder in https://github.com/cszn/DnCNN/issues/18#issuecomment-333154594