-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
on closer inspection, it did not actually download the files correctly |
even after manually downloading and extracting the files, it still fails to find them |
ah the problem is that its looking for t10k-images-idx3-ubyte when the files are actually called |
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 |
Please feel free to raise a pull request to add any contributions or suggestions or clear instructions. |
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
The text was updated successfully, but these errors were encountered: