Merge pull request #224 from UnfoundTim/main

Changed a non working mnist link to a actual working link
This commit is contained in:
Pikachú 2023-07-14 12:19:31 +03:00 committed by GitHub
commit 16f7c232bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
"outputs": [],
"source": [
"!rm *.pkl\n",
"!wget https://raw.githubusercontent.com/microsoft/AI-For-Beginners/main/data/mnist.pkl.gz\n",
"https://github.com/mnielsen/neural-networks-and-deep-learning/blob/master/data/mnist.pkl.gz",
"!gzip -d mnist.pkl.gz"
]
},