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

fix hgnet kwargs (#2950)

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