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

Undefined function or variable 'vl_simplenn_tidy' #1

Open
akafen opened this issue Jan 7, 2018 · 2 comments
Open

Undefined function or variable 'vl_simplenn_tidy' #1

akafen opened this issue Jan 7, 2018 · 2 comments

Comments

@akafen
Copy link

akafen commented Jan 7, 2018

When I used the function Demo_bicubic_degradation_SRMD,it had the following message:
Undefined function or variable 'vl_simplenn_tidy'.
Error in Demo_bicubic_degradation_SRMD (line 59)
net = vl_simplenn_tidy(net);
Could you help me to solve it?

@cszn
Copy link
Owner

cszn commented Jan 7, 2018

The function "vl_simplenn_tidy" is included in Matconvnet, so you should install Matconvnet first.

You can also test the model without Matconvnet by using the following but with much slower speed.

%res = vl_srmd_matlab(net, input); % you should also set "useGPU = 0;" and comment "net = vl_simplenn_tidy(net);"

@PooyanRezaeipour
Copy link

The function "vl_simplenn_tidy" is included in Matconvnet, so you should install Matconvnet first.

You can also test the model without Matconvnet by using the following but with much slower speed.

%res = vl_srmd_matlab(net, input); % you should also set "useGPU = 0;" and comment "net = vl_simplenn_tidy(net);"

thank you very much

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