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

Can you help me with the usage? #2

Closed
wonwooddo opened this issue Aug 2, 2017 · 1 comment
Closed

Can you help me with the usage? #2

wonwooddo opened this issue Aug 2, 2017 · 1 comment
Assignees
Labels

Comments

@wonwooddo
Copy link

Hi. firstly, thankyou for the wonderful work to test MNIST clissifier model that trained by keras.

but I dont get to how to run "trining.py" to get model.
I cloned your git rep and download "data/mnist_all.mat" from "http://www.cs.nyu.edu/~roweis/data.html"
and give to --file option like above.

python3 training.py --file ./mnist_all.mat

but the log sais

  File "training.py", line 57, in load_data
    mapping = {kv[0]:kv[1:][0] for kv in mat['dataset'][0][0][2]}
KeyError: 'dataset'

looks like the .mat file data is wrong.

can you tell me what .mat file I have to use and explain more about usage?

thank you

@ryanjcooper
Copy link
Owner

Hello, thanks for your interest in the project!
I am sorry if the database download was not clear, I will add a more direct link to the documentation.
Here is the direct link to download all of the matlab files; in this project, only the emnist-byclass.mat is used.

Let me know if you have any more issues.

@ryanjcooper ryanjcooper self-assigned this Aug 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants