Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the usage of DnCNN with matconvnet-1.0-beta24 on linux #5

Closed
ZhangJingrong opened this issue Apr 12, 2017 · 1 comment
Closed

Comments

@ZhangJingrong
Copy link

Thanks so much for sharing your code. I tried to use it and find two problems:

  1. The slash in the path on Linux is different from Windows:
     folderTest  = 'testsets\Set12'; %%% test dataset
  1. For "matconvnet" version later than 20, some modifications need to be made.
    A bug " missing field 'dilate' in layers" shows up. I tried to fix this by using
   net = vl_simplenn_tidy(net)
   net = vl_simplenn_move(net,'gpu');

before

   res    = vl_simplenn(net,input,[],[],'conserveMemory',true,'mode','test');

Now it works.

@cszn
Copy link
Owner

cszn commented Apr 24, 2017

Thanks. ^_^

@cszn cszn closed this as completed Apr 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants