未验证 提交 61b7b348 编写于 作者: C cuicheng01 提交者: GitHub

Merge pull request #1926 from nemonameless/fix_ShuffleNetV2_x2_0_ch

 fix ShuffleNetV2 config
......@@ -233,7 +233,7 @@ class ShuffleNet(Layer):
elif scale == 1.5:
stage_out_channels = [-1, 24, 176, 352, 704, 1024]
elif scale == 2.0:
stage_out_channels = [-1, 24, 224, 488, 976, 2048]
stage_out_channels = [-1, 24, 244, 488, 976, 2048]
else:
raise NotImplementedError("This scale size:[" + str(scale) +
"] is not implemented!")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册