Open HosnaCSE opened 8 years ago
Hello, I just trying to complile your code using CPU, but get the error as follows:
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));
Can you help me to resolve this error?
Hi can I know how u solve your problem??
I can't solve that........:(
Hello, I just trying to complile your code using CPU, but get the error as follows:
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));
Can you help me to resolve this error?