cs231n / cs231n.github.io

Public facing notes page
MIT License
10.12k stars 4.06k forks source link

Update convolutional-networks.md #222

Closed hanmingrui159 closed 4 years ago

hanmingrui159 commented 4 years ago

wrong W and P for the example given in (W−F+2P)/S+1 .

brentyi commented 4 years ago

It's admittedly a bit confusing, but the original actually looks correct to me -- the left- and right-most values are zero and part of the padding, not the input.