提交 a0054caa 编写于 作者: W weishengyu

dbg

上级 a2367a92
......@@ -582,8 +582,8 @@ class HRNet(TheseusLayer):
la1 = self.la1(conv2)
tr1_1 = self.tr1_1([la1])
tr1_2 = self.tr1_2([la1])
tr1_1 = self.tr1_1(la1)
tr1_2 = self.tr1_2(la1)
st2 = self.st2([tr1_1, tr1_2])
tr2 = self.tr2(st2[-1])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册