Giter Site home page Giter Site logo

Comments (8)

ZeeDeep avatar ZeeDeep commented on September 8, 2024 8

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

from dncnn.

cszn avatar cszn commented on September 8, 2024 2

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

from dncnn.

xiaofeiwu avatar xiaofeiwu commented on September 8, 2024 1

Need to compile matconvnet for GPU

from dncnn.

mehdirezaei1987 avatar mehdirezaei1987 commented on September 8, 2024

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

from dncnn.

mehdirezaei1987 avatar mehdirezaei1987 commented on September 8, 2024

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)

from dncnn.

mehdirezaei1987 avatar mehdirezaei1987 commented on September 8, 2024

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.

from dncnn.

DIPTIMISHRA avatar DIPTIMISHRA commented on September 8, 2024
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

from dncnn.

nehavjetgond avatar nehavjetgond commented on September 8, 2024

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

from dncnn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.