未验证 提交 90d2476c 编写于 作者: K Kaipeng Deng 提交者: GitHub

check extra_conv needed in mobilenet_v3 (#934)

上级 c2d85ca6
......@@ -393,6 +393,8 @@ class MobileNetV3(object):
self.end_points.append(conv)
# extra block
# check whether conv_extra is needed
if self.block_stride < max(self.feature_maps):
conv_extra = self._conv_bn_layer(
conv,
filter_size=1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册