Skip to content

Commit 85e535b

Browse files
authored
Correct number of MNIST images displayed from 5 to 25
1 parent 0aa40b9 commit 85e535b

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)