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
The size of the feature map after the 4th max-pooling is 19x19, then it's (19 - 3) / 1 + 1 = 17 after 3x3 pooling with stride 1, and after conv6 the size is (17 + 26 - (62 + 1)) / 1 + 1 = 17, but the size in the picture is 19.
The text was updated successfully, but these errors were encountered:
The size of the feature map after the 4th max-pooling is 19x19, then it's (19 - 3) / 1 + 1 = 17 after 3x3 pooling with stride 1, and after conv6 the size is (17 + 26 - (62 + 1)) / 1 + 1 = 17, but the size in the picture is 19.
The text was updated successfully, but these errors were encountered: