You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we know, resnet101 has a size of 224*224 as input data. So the size of P2 should be (N, 150, 150, 256), but some times i can find it be (N, 150, 189, 256). It makes me confused. Why?
The text was updated successfully, but these errors were encountered:
As we know, resnet101 has a size of 224*224 as input data. So the size of P2 should be (N, 150, 150, 256), but some times i can find it be (N, 150, 189, 256). It makes me confused. Why?
The text was updated successfully, but these errors were encountered: