未验证 提交 cdecc0b4 编写于 作者: Z zhangyubo0722 提交者: GitHub

fix hgnet kwargs (#2949)

上级 ed674366
......@@ -207,7 +207,8 @@ class PPHGNet(TheseusLayer):
use_last_conv=True,
class_expand=2048,
dropout_prob=0.0,
class_num=1000):
class_num=1000,
**kwargs):
super().__init__()
self.use_last_conv = use_last_conv
self.class_expand = class_expand
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册