提交 4d4557a3 编写于 作者: W weishengyu

dbg

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