Skip to content

Commit 0430ee0

Browse files
authored
Small typo fix
Changed line 194 "acess"->"access"
1 parent df978fd commit 0430ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/core/tutorials/keras/basic_classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"\n",
192192
"This guide uses Fashion MNIST for variety, and because it's a slightly more challenging problem than regular MNIST. Both datasets are relatively small and are useful to verify that an algorithm works as expected. They're good starting points to test and debug code. \n",
193193
"\n",
194-
"We will use 60,000 images to train the network and 10,000 images to evaluate how accurately the network learned to classify images. You can acess the Fashon MNIST directly from TensorFlow, just import and load the data:"
194+
"We will use 60,000 images to train the network and 10,000 images to evaluate how accurately the network learned to classify images. You can access the Fashon MNIST directly from TensorFlow, just import and load the data:"
195195
]
196196
},
197197
{

0 commit comments

Comments
 (0)