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

Invalid MEX-file error parameters. #1

Open
GoogleCodeExporter opened this issue Apr 10, 2015 · 0 comments
Open

Invalid MEX-file error parameters. #1

GoogleCodeExporter opened this issue Apr 10, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Invalid MEX-file 
'D:\DEEPLearning\2013\SVM_SOFTMAX\matlab\mexcuConvNNoo.mexw64': error 
parameters.
Error in myclassify_conv_nn_softmax (line 174)
        [~, model.theta] = mexcuConvNNoo( single(ww), params, model.callback_name);
        in code write like this:
#define NARGIN 3
#define IN_W pRhs[0]
#define IN_params pRhs[1]
#define IN_callback  pRhs[2]

#define NARGOUT 1
#define OUT_f pLhs[0]
#define OUT_W pLhs[1]
#define OUT_dW pLhs[1]
and which is different from the beginning explanation:function [f (W or dW)] = 
mexcuConvNNoo( W, params, Dim, Callback).




Original issue reported on code.google.com by robotzh...@gmail.com on 12 Aug 2013 at 8:25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant