microsoft / AI-For-Beginners

12 Weeks, 24 Lessons, AI for All!
https://microsoft.github.io/AI-For-Beginners/
MIT License
33.96k stars 5.64k forks source link

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 1 year ago

mouseart commented 1 year ago

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 commented 8 months ago

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