Skip to content

Commit 459a4b8

Browse files
authored
Merge pull request #343 from HanzTantiangco/patch-7
docs: Fix typo
2 parents b8f670d + d06205b commit 459a4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transfer-learning/Transfer_Learning_Exercise.ipynb

Lines changed: 1 addition & 1 deletion
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)