Skip to content

Commit d3f3fd8

Browse files
authored
Merge pull request lexfridman#9 from siddiqaa/patch-1
Correct number of MNIST images displayed from 5 to 25
2 parents ed7b3e7 + 85e535b commit d3f3fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial_deep_learning_basics/deep_learning_basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
"id": "Ee638AlnCaWz"
418418
},
419419
"source": [
420-
"Display the first 25 images from the *training set* and display the class name below each image. Verify that the data is in the correct format and we're ready to build and train the network."
420+
"Display the first 5 images from the *training set* and display the class name below each image. Verify that the data is in the correct format and we're ready to build and train the network."
421421
]
422422
},
423423
{

0 commit comments

Comments
 (0)