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

The MyFW_MNIST.ipynb in Lesson 4 requires the file: /main/data/mnist.pkl.gz, but it is not present in the directory. #243

Open
mouseart opened this issue Aug 24, 2023 · 1 comment

Comments

@mouseart
Copy link

https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/04-OwnFramework/lab/MyFW_MNIST.ipynb

The file mentioned in the following code in this notebook: /main/data/mnist.pkl.gz does not exist in this project.

!rm *.pkl
!wget https://raw.githubusercontent.com/microsoft/AI-For-Beginners/main/data/mnist.pkl.gz
!gzip -d mnist.pkl.gz

@cutePanda123
Copy link

cutePanda123 commented Jan 6, 2024

i faced the same issue. i downloaded the file from another place and added it to my forked repo. you can find it from the below link:
https://github.com/cutePanda123/AI-For-Beginners/blob/main/lessons/3-NeuralNetworks/03-Perceptron/mnist.pkl.gz

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