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

problems when using res = vl_srmd_matlab(net, input) #13

Open
zeyuxiao1997 opened this issue Apr 27, 2019 · 2 comments
Open

problems when using res = vl_srmd_matlab(net, input) #13

zeyuxiao1997 opened this issue Apr 27, 2019 · 2 comments

Comments

@zeyuxiao1997
Copy link

Demo_real_application_denoising_and_deblurring_color


----frog-----Super-Resolution-----

Undefined function or variable 'vl_argparse'.
Error in vl_nnSubP (line 5)
opts = vl_argparse(opts, varargin, 'nonrecursive') ;
Error in vl_srmd_matlab (line 36)
res(i+1).x = vl_nnSubP(res(i).x, [],'scale',l.scale);
Error in Demo_real_application_denoising_and_deblurring_color (line 167)
res = vl_srmd_matlab(net, input); % When use this, you should also set "useGPU = 0;" and comment "net = vl_simplenn_tidy(net);"

@Zysty
Copy link

Zysty commented Jul 20, 2019

I encountered the same problem. Have you solved it?

@lkyee
Copy link

lkyee commented Oct 8, 2019

#4
add the function and you will solve it

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