Skip to content

Commit

Permalink
Merge pull request microsoft#224 from UnfoundTim/main
Browse files Browse the repository at this point in the history
Changed a non working mnist link to a actual working link
  • Loading branch information
BethanyJep committed Jul 14, 2023
2 parents 30090b4 + fb010b6 commit 16f7c23
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 16f7c23

Please sign in to comment.