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

Training my network #30

Open
Source82 opened this issue May 14, 2016 · 1 comment
Open

Training my network #30

Source82 opened this issue May 14, 2016 · 1 comment

Comments

@Source82
Copy link

Hi,

Forgive me if am asking a question that is too simple (am new to deep learning).

Please, which mat file should one edit if he wants to train his own classifier.

Is it cnnexamples.m or train_mnist.m

Furthermore, I was just wondering for face recognition are 100 examples per class sufficient for the training?

Thanks

@HosnaCSE
Copy link

Hello,
Could you able to run the original code. I am struggling with downloaded one (I am also beginner) .I just trying to compile downloaded 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));

If you run downloaded code successfully, can you please help me to resolve this error?

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

No branches or pull requests

2 participants