Commit 8b768f90 authored by kangtop729's avatar kangtop729 Committed by Qianli Scott Zhu
Browse files

Update resnet_model.py (#5077)

There is a typing error.
parent 2472278c
...@@ -248,7 +248,7 @@ def _bottleneck_block_v1(inputs, filters, training, projection_shortcut, ...@@ -248,7 +248,7 @@ def _bottleneck_block_v1(inputs, filters, training, projection_shortcut,
def _bottleneck_block_v2(inputs, filters, training, projection_shortcut, def _bottleneck_block_v2(inputs, filters, training, projection_shortcut,
strides, data_format): 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 Similar to _building_block_v2(), except using the "bottleneck" blocks
described in: described in:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment