提交 293e85bc 编写于 作者: L LDOUBLEV

fix export

上级 10c5773b
......@@ -144,8 +144,8 @@ class CAFPN(nn.Layer):
def __init__(self, in_channels, out_channels, shortcut=True, **kwargs):
super(CAFPN, self).__init__()
self.out_channels = out_channels
self.ins_conv = []
self.inp_conv = []
self.ins_conv = nn.LayerList()
self.inp_conv = nn.LayerList()
for i in range(len(in_channels)):
self.ins_conv.append(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册