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

Can't run the demo #21

Open
yueyilia opened this issue Aug 21, 2019 · 2 comments
Open

Can't run the demo #21

yueyilia opened this issue Aug 21, 2019 · 2 comments

Comments

@yueyilia
Copy link

I can't run the demo, because 'vl_simplenn_tidy' don‘t exist. And it seems that some functions don't exist too.

@cszn
Copy link
Owner

cszn commented Aug 21, 2019

% res = vl_ffdnet_matlab(net, input); % use this if you did not install matconvnet; very slow

Remove the following if you did not install Matconvnet.
net = vl_simplenn_tidy(net);
and
if useGPU
net = vl_simplenn_move(net, 'gpu') ;
end

@malekkhammassi
Copy link

Hello,
I am trying to run the demo too and I did remove those parts of the code but I still got the following error;
Undefined function or variable 'vl_argparse'.
Error in vl_nnSubP (line 5)
opts = vl_argparse(opts, varargin, 'nonrecursive') ;
Error in vl_ffdnet_matlab (line 36)
res(i+1).x = vl_nnSubP(res(i).x, [],'scale',l.scale);
Error in Demo_AWGN_Gray (line 92)
res = vl_ffdnet_matlab(net, input); % use this if you did not install matconvnet; very slow

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

3 participants