提交 ee3ce16b 编写于 作者: W wqz960

fix format

上级 18d372ff
......@@ -230,7 +230,6 @@ class GhostNet():
def net(self, input, class_dim=1000):
# build first layer:
output_channel = int(self._make_divisible(16 * self.width_mult, 4))
# print(output_channel)
x = self.conv_bn_layer(
input=input,
num_filters=output_channel,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册