fix srn fpn

This commit is contained in:
tink2123 2020-09-24 15:13:29 +08:00
parent a5fbd902fe
commit 5f8c3e07d9
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ class ResNet():
is_first=block == i == 0,
name=conv_name)
F.append(conv)
print("F:", F)
base = F[-1]
for i in [-2, -3]:
b, c, w, h = F[i].shape