We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 '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
robotzh...@gmail.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
robotzh...@gmail.com
on 12 Aug 2013 at 8:25The text was updated successfully, but these errors were encountered: