Skip to content

Commit

Permalink
Update resnet_model.py (tensorflow#5077)
Browse files Browse the repository at this point in the history
There is a typing error.
  • Loading branch information
kangtop729 authored and qlzh727 committed Aug 13, 2018
1 parent 2472278 commit 8b768f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion official/resnet/resnet_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def _bottleneck_block_v1(inputs, filters, training, projection_shortcut,

def _bottleneck_block_v2(inputs, filters, training, projection_shortcut,
strides, data_format):
"""A single block for ResNet v2, without a bottleneck.
"""A single block for ResNet v2, with a bottleneck.
Similar to _building_block_v2(), except using the "bottleneck" blocks
described in:
Expand Down

0 comments on commit 8b768f9

Please sign in to comment.