未验证 提交 37791f90 编写于 作者: Z zhouzj 提交者: GitHub

Solve the error that 'list(conv)' cannot be quantified. (#7030)

上级 27235321
......@@ -499,8 +499,8 @@ class PicoHeadV2(GFLHead):
self.gfl_head_reg = None
self.scales_regs = None
self.head_cls_list = []
self.head_reg_list = []
self.head_cls_list = nn.LayerList()
self.head_reg_list = nn.LayerList()
self.cls_align = nn.LayerList()
for i in range(len(fpn_stride)):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册