first thank you sharing the code,
I was trying to compile the code, at first I got an error missing "cudnn.h" but I found a solution for it. when I compiled again, I got the following error:
Error using mex
mex_util.cpp
C:\Users\Anes\Desktop\ConvNet-master\c++\sources\mex_util.cpp(175) : error C2057: expected constant expression
C:\Users\Anes\Desktop\ConvNet-master\c++\sources\mex_util.cpp(175) : error C2466: cannot allocate an array of constant size
0
C:\Users\Anes\Desktop\ConvNet-master\c++\sources\mex_util.cpp(175) : error C2133: 'dims' : unknown size
Error in compile (line 52)
mex(['"' cppfiles '"'], '-c', ...
it seems the issue is that C++ does not support size '0' array or something.
can you please advise.
thank you
first thank you sharing the code,
I was trying to compile the code, at first I got an error missing "cudnn.h" but I found a solution for it. when I compiled again, I got the following error:
Error using mex
mex_util.cpp
C:\Users\Anes\Desktop\ConvNet-master\c++\sources\mex_util.cpp(175) : error C2057: expected constant expression
C:\Users\Anes\Desktop\ConvNet-master\c++\sources\mex_util.cpp(175) : error C2466: cannot allocate an array of constant size
0
C:\Users\Anes\Desktop\ConvNet-master\c++\sources\mex_util.cpp(175) : error C2133: 'dims' : unknown size
Error in compile (line 52)
mex(['"' cppfiles '"'], '-c', ...
it seems the issue is that C++ does not support size '0' array or something.
can you please advise.
thank you