Skip to content

Commit

Permalink
Merge pull request #46 from joeyhng/patch-1
Browse files Browse the repository at this point in the history
Fix ResNet-50 comment
  • Loading branch information
fchollet authored Mar 15, 2017
2 parents 63d19ac + f9826bd commit c9d4e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resnet50.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ def ResNet50(include_top=True, weights='imagenet',
specified in your Keras config file.
# Arguments
include_top: whether to include the 3 fully-connected
layers at the top of the network.
include_top: whether to include the fully-connected
layer at the top of the network.
weights: one of `None` (random initialization)
or "imagenet" (pre-training on ImageNet).
input_tensor: optional Keras tensor (i.e. output of `layers.Input()`)
Expand Down

0 comments on commit c9d4e44

Please sign in to comment.