Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyhng authored Mar 14, 2017
1 parent 63d19ac commit f9826bd
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 f9826bd

Please sign in to comment.