未验证 提交 0e7ed899 编写于 作者: B Bin Lu 提交者: GitHub

Update mobilenet_v1.py

上级 d3133089
......@@ -115,6 +115,7 @@ class MobileNet(TheseusLayer):
stride=2,
padding=1)
#num_channels, num_filters1, num_filters2, num_groups, stride
self.cfg = [[int(32 * scale), 32, 64, 32, 1],
[int(64 * scale), 64, 128, 64, 2],
[int(128 * scale), 128, 128, 128, 1],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册