fix srn fpn
This commit is contained in:
parent
a5fbd902fe
commit
5f8c3e07d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue