-
Notifications
You must be signed in to change notification settings - Fork 91
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
Change mnist full to mnist train #92
Conversation
It seems that mnist full was just a sample of the original mnist dataset with around 700 lines. The mnist train has at least 66K lines. It should be enough for this example. Signed-off-by: Omar Shrit <omar@shrit.me>
Ahh, Awesome. Thanks a lot for this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks good to me.
Hey @birm, Can we wait before we merge this. |
Currently this model doesn't work. I made the changes the makes the model compile in a PR in mlpack/mlpack#2436. However the model doesn't work with mnist_train.csv. So either changes in model must be made or we can download mnist_full.csv. I am trying to work on solution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pending resolution of mlpack/models#14
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! 👍 |
Keep open |
I think this pull request is no longer needed since @hello-fri-end has already integrated these changes in his pull request. I am closing it for now |
It seems that mnist full was just a sample of the original
mnist dataset with around 700 lines. The mnist train has at least
66K lines. It should be enough for this example.
Signed-off-by: Omar Shrit omar@shrit.me