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

How to use created dataset in others neural networks??? #21

Open
ArtemGuy opened this issue Mar 6, 2018 · 1 comment
Open

How to use created dataset in others neural networks??? #21

ArtemGuy opened this issue Mar 6, 2018 · 1 comment

Comments

@ArtemGuy
Copy link

ArtemGuy commented Mar 6, 2018

Hello! I found out that the MNIST dataset is loaded with one .NPZ file while training NN!
But output of this code is very strange! Why it 4 output file? How can i load my own dataset it to NN??
Where is here x_train, y_train/ x_test, y_test?
I understand that largest files is train files, small - test. But it named very strange (for example: ---idx3, ---idx1 ). I was confused.
Hope for your advices and help.
P.S. For example - how can i use it in that code https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/tutorials/mnist/mnist_softmax.py

@Lighthouse-Yang
Copy link

You can use the TensorFlow tool to read your data.it's so easy

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