Closed
Description
In Figure LeNet-5 on this page, there seems to be typo in the dimensionality of the outputs of each layer.
With an input of 32 x 32 x 1 and 6 filter of size 3 x 3, the resulting dimension after the first convolution should be 6@30 x 30. After the first subsampling(maxpool of size 2), the dimension should become 6@15 x 15.
The second convolution with 16 filters of size 3x3 should result in 16@ 13x13, after the subsampling, the dimension should be 16@6x6
cc @suraj813