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

Comparison with standard model #7

Open
a7b23 opened this issue May 30, 2016 · 1 comment
Open

Comparison with standard model #7

a7b23 opened this issue May 30, 2016 · 1 comment

Comments

@a7b23
Copy link

a7b23 commented May 30, 2016

Any suggestions on how to compare the training time with a non-binary MLP of same complexity? i.e. maybe a set of opt flags that I need to turn off to convert the Main_BinaryNet_MNIST.py into a standard MLP model?
Also, I'm getting a test accuracy of only ~95%(~10 epochs) on MNIST. What maximum accuracy can I expect on full training? How many epochs will be needed?

@han-qiu
Copy link

han-qiu commented Sep 1, 2016

Well, I have just run the code of mnist.py(The theano version, not this one). Here is the output of the last epoch:
LR: 3.02775865823e-07 training loss: 0.00297216895865 validation loss: 0.010455210574 validation error rate: 0.999999979511% best epoch: 980 best validation error rate: 0.939999978989% test loss: 0.00903553832935 test error rate: 0.929999979213%
It's about 25-30 seconds/epoch on a TITAN GPU.
Maybe I will compare the training time with other models

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