未验证 提交 9f2f62f3 编写于 作者: B Bin Lu 提交者: GitHub

Update pp_lcnet_variant.py

上级 17fc4595
......@@ -8,7 +8,7 @@ __all__ = ["PPLCNet_x2_5_Tanh"]
class TanhSuffix(paddle.nn.Layer):
def __init__(self, origin_layer):
super(SigmoidSuffix, self).__init__()
super(TanhSuffix, self).__init__()
self.origin_layer = origin_layer
self.tanh = Tanh()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册