We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
/main/data/mnist.pkl.gz
!rm *.pkl !wget https://raw.githubusercontent.com/microsoft/AI-For-Beginners/main/data/mnist.pkl.gz !gzip -d mnist.pkl.gz
!rm *.pkl
!wget https://raw.githubusercontent.com/microsoft/AI-For-Beginners/main/data/mnist.pkl.gz
!gzip -d mnist.pkl.gz
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: