Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HanzTantiangco authored Aug 1, 2021
1 parent b8f670d commit d06205b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transfer-learning/Transfer_Learning_Exercise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"---\n",
"### Final Classifier Layer\n",
"\n",
"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",
"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",
"> 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",
"\n",
"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",
Expand Down

0 comments on commit d06205b

Please sign in to comment.