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

卷积后的特征图长宽计算疑有误 #6

Open
lhyfst opened this issue Oct 20, 2018 · 0 comments
Open

卷积后的特征图长宽计算疑有误 #6

lhyfst opened this issue Oct 20, 2018 · 0 comments

Comments

@lhyfst
Copy link

lhyfst commented Oct 20, 2018

out_height = H / pool_height
out_width = W / pool_width

out_height = H / pool_height
out_width = W / pool_width

应为:

    out_height = 1 +  (H - pool_height) / stride
    out_width = 1 + (W - pool_width) / stride
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant