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

cant find downloaded files #1

Open
skywo1f opened this issue Jun 9, 2021 · 5 comments
Open

cant find downloaded files #1

skywo1f opened this issue Jun 9, 2021 · 5 comments

Comments

@skywo1f
Copy link

skywo1f commented Jun 9, 2021

databases downloaded fine, but then it cant find them:
IOError: [Errno 2] No such file or directory: 't10k-images-idx3-ubyte'
after running download_and_convert_mnist.py

@skywo1f
Copy link
Author

skywo1f commented Jun 9, 2021

on closer inspection, it did not actually download the files correctly

@skywo1f
Copy link
Author

skywo1f commented Jun 9, 2021

even after manually downloading and extracting the files, it still fails to find them

@skywo1f
Copy link
Author

skywo1f commented Jun 9, 2021

ah the problem is that its looking for t10k-images-idx3-ubyte when the files are actually called
t10k-images.idx3-ubyte

@skywo1f
Copy link
Author

skywo1f commented Jun 9, 2021

Also instructions were unclear on where to put the files. After moving the mnist images back to data and the cfg stuff into the main cfg it seems to be training

@GokulNC
Copy link
Owner

GokulNC commented Jun 10, 2021

Please feel free to raise a pull request to add any contributions or suggestions or clear instructions.
Thanks!

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