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

Reference to non-existent field 'dilate', matconvnet 1.0-beta25 #11

Closed
ngcthuong opened this issue Sep 2, 2017 · 8 comments
Closed

Comments

@ngcthuong
Copy link

ngcthuong commented Sep 2, 2017

Hi, I got this error when running Demo_test_DnCNN.m with Matlab 2017a, matconvnet 1.0-beta25, Window 10. The details are

Reference to non-existent field 'dilate'.

Error in vl_simplenn (line 303)
'dilate', l.dilate, ...

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

Any idea to fix this?
Thank you.

@cszn
Copy link
Owner

cszn commented Sep 3, 2017

Remove the "%" in "% net = vl_simplenn_tidy(net);"

@cszn cszn mentioned this issue Sep 30, 2017
@xiaofeiwu
Copy link

Need to compile matconvnet for GPU

@ZeeDeep
Copy link

ZeeDeep commented Jan 29, 2018

you should put the below given command before res=vl_simplenn(parameters);

net = vl_simplenn_tidy(net);
Note:The above given single command will upgrade the model according to MatConvNet's current version.which will solve the issue
I hope it will be the solution

@mehdirezaei1987
Copy link

Hi everyone
can anyone solve this problem?
I have this problem too.

@mehdirezaei1987
Copy link

you should put the below given command before res=vl_simplenn(parameters);

net = vl_simplenn_tidy(net);
Note:The above given single command will upgrade the model according to MatConvNet's current version.which will solve the issue
I hope it will be the solution

hello i have this problem but unfortunately dont solve with adding net = vl_simplenn_tidy(net)

@mehdirezaei1987
Copy link

Hi, I got this error when running Demo_test_DnCNN.m with Matlab 2017a, matconvnet 1.0-beta25, Window 10. The details are

Reference to non-existent field 'dilate'.
Error in vl_simplenn (line 303)
'dilate', l.dilate, ...
Error in Demo_test_DnCNN (line 64)
res = vl_simplenn(net,input,[],[],'conserveMemory',true,'mode','test');

Any idea to fix this?
Thank you.

hello can u solve y\this problem
can you help me to solve
thank you.

@DIPTIMISHRA
Copy link

I got the same error when run Demo_compression.m

Reference to non-existent field 'dilate'.
Error in vl_simplenn (line 303)
'dilate', l.dilate, ...

Error in Demo_compression (line 48)
res = vl_simplenn(net1,label,[],[],'conserveMemory',true,'mode','test');

Can anyone help me to solve this issue?
Any help is appreciable

@nehavjetgond
Copy link

Hi, I got this error when running demo.m with Matlab 2019a, vlfeat-matconvnet Window 10. The details are
Reference to non-existent field 'dilate'.

Error in vl_simplenn (line 303)
'dilate', l.dilate, ...

Error in Untitled4 (line 29)
res=vl_simplenn(net,h_in);
please can u help me with this

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

7 participants