Skip to content

Commit c9d4e44

Browse files
authored
Merge pull request #46 from joeyhng/patch-1
Fix ResNet-50 comment
2 parents 63d19ac + f9826bd commit c9d4e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resnet50.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ def ResNet50(include_top=True, weights='imagenet',
141141
specified in your Keras config file.
142142
143143
# Arguments
144-
include_top: whether to include the 3 fully-connected
145-
layers at the top of the network.
144+
include_top: whether to include the fully-connected
145+
layer at the top of the network.
146146
weights: one of `None` (random initialization)
147147
or "imagenet" (pre-training on ImageNet).
148148
input_tensor: optional Keras tensor (i.e. output of `layers.Input()`)

0 commit comments

Comments
 (0)