未验证 提交 6360a61e 编写于 作者: jm_12138's avatar jm_12138 提交者: GitHub

rm label in forword func (#731)

上级 46a33047
......@@ -157,7 +157,7 @@ class MobileNetV3(nn.Layer):
weight_attr=ParamAttr("fc_weights"),
bias_attr=ParamAttr(name="fc_offset"))
def forward(self, inputs, label=None):
def forward(self, inputs):
x = self.conv1(inputs)
for block in self.block_list:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册