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

Week1 quiz 7 answer #6

Open
zhanghaijason opened this issue Oct 25, 2019 · 1 comment
Open

Week1 quiz 7 answer #6

zhanghaijason opened this issue Oct 25, 2019 · 1 comment

Comments

@zhanghaijason
Copy link

Hi
I think the answer should be 151516. Since it first apply a pooling with stride of 2, it becomes 161616, then a filter with size 2, then (16-2)+1 * (16-2)+1 *16. What do you think?

@MikeXydas
Copy link

A bit late to answer but in case you still have the question open.

The filter size of 2 refers to the size of the max-pooling filter, not a new filter.

So 32x32x16 -> MAX-POOLING(stride of 2, size of 2) -> 16x16x16

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

2 participants