Skip to content

Commit

Permalink
Changed a non working mnist link to a actual working link
Browse files Browse the repository at this point in the history
  • Loading branch information
UnfoundTim authored Jul 11, 2023
1 parent 30090b4 commit fb010b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
Expand Down

0 comments on commit fb010b6

Please sign in to comment.