Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong feature map size after conv7 in the picture #100

Open
denisshaf opened this issue Feb 14, 2024 · 0 comments
Open

Wrong feature map size after conv7 in the picture #100

denisshaf opened this issue Feb 14, 2024 · 0 comments

Comments

@denisshaf
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant