Merge pull request #224 from UnfoundTim/main
Changed a non working mnist link to a actual working link
This commit is contained in:
commit
16f7c232bf
|
|
@ -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"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue