-
Notifications
You must be signed in to change notification settings - Fork 141
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
cnnexamples fails #17
Comments
Hi, nothing changed, everything should work. Check again the arguments you are passing. If not, send the code you are running, I'll check it. Sergey. |
Hi, this question is originated from the very first step, so I'd like to post it in the same topic here. |
where can i find "compile" script? is it Makefile? or compile.m? if it's compile.m, what parameters should I pass to compile? |
"do you mean multithread GPU?" No, I mean multithread CPU. |
"where can i find "compile" script? is it Makefile? or compile.m? if it's compile.m, what parameters should I pass to compile?" Makefile is for compiling the GPU version on Linux. |
Hello, I get the same error during the compilation of your code. Error using genweights_mex Error in genweights (line 4) Error in cnnexamples (line 82) Can you help me out there? |
@HosnaCSE did you solve your problem? May I know how u solve it?? Thank you. |
Hi Sergey,
thank you for sharing this code.
I am trying to run one of your examples ( the cpu version of it), but it fails with the following error:
Error using genweights_mex
Assertion Failed: In 'mexGetScalar' mx_array is not numeric
Error in genweights (line 4)
weights = genweights_mex(layers, params);
Error in cnnexamples (line 82)
weights = single(genweights(layers, params, funtype));
looks like the signature of genweights_mex changed?
The text was updated successfully, but these errors were encountered: