Skip to content

Commit 8b768f9

Browse files
kangtop729qlzh727
authored andcommitted
Update resnet_model.py (tensorflow#5077)
There is a typing error.
1 parent 2472278 commit 8b768f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/resnet/resnet_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def _bottleneck_block_v1(inputs, filters, training, projection_shortcut,
248248

249249
def _bottleneck_block_v2(inputs, filters, training, projection_shortcut,
250250
strides, data_format):
251-
"""A single block for ResNet v2, without a bottleneck.
251+
"""A single block for ResNet v2, with a bottleneck.
252252
253253
Similar to _building_block_v2(), except using the "bottleneck" blocks
254254
described in:

0 commit comments

Comments
 (0)