Skip to content

Commit

Permalink
Merge pull request #11 from pitmonticone/master
Browse files Browse the repository at this point in the history
Fix a minor typo in 06_convolution_digit_recognizer_sol.ipynb
  • Loading branch information
mlelarge authored Jan 21, 2024
2 parents d6142bf + 3e8f999 commit 68016fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module6/sol/06_convolution_digit_recognizer_sol.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"id": "3JlQUj5IHovP"
},
"source": [
"Download MNIST data on disk and convert it to pytorch compatible formating.\n",
"Download MNIST data on disk and convert it to pytorch compatible formatting.\n",
"\n",
"```torchvision.datasets``` features support (download, formatting) for a collection of popular datasets. The list of available datasets in ```torchvision``` can be found [here](http://pytorch.org/docs/master/torchvision/datasets.html).\n",
"\n",
Expand Down

0 comments on commit 68016fd

Please sign in to comment.