提交 ad9caea2 编写于 作者: W weishengyu

dbg

上级 7eda7522
......@@ -397,7 +397,7 @@ class HRNet(TheseusLayer):
stride=2,
act='relu')
self.layer1 = self.bottleneck_blocks = nn.Sequential(*[
self.layer1 = nn.Sequential(*[
BottleneckBlock(
num_channels=64 if i == 0 else 256,
num_filters=64,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册