Skip to content

Commit d06205b

Browse files
docs: Fix typo
1 parent b8f670d commit d06205b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transfer-learning/Transfer_Learning_Exercise.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"---\n",
254254
"### Final Classifier Layer\n",
255255
"\n",
256-
"Once you have the pre-trained feature extractor, you just need to modify and/or add to the final, fully-connected classifier layers. In this case, we suggest that you repace the last layer in the vgg classifier group of layers. \n",
256+
"Once you have the pre-trained feature extractor, you just need to modify and/or add to the final, fully-connected classifier layers. In this case, we suggest that you replace the last layer in the vgg classifier group of layers. \n",
257257
"> This layer should see as input the number of features produced by the portion of the network that you are not changing, and produce an appropriate number of outputs for the flower classification task.\n",
258258
"\n",
259259
"You can access any layer in a pretrained network by name and (sometimes) number, i.e. `vgg16.classifier[6]` is the sixth layer in a group of layers named \"classifier\".\n",

0 commit comments

Comments
 (0)