Closed
Description
beginner_source/blitz/neural_networks_tutorial.py
The picture showing an example conv net is inconsistent with the example network in the code below. Specifically, a 32x32 image after a 3x3 conv filter with no padding should output a 30x30 channel, not a 28x28 one. After 2x2 max pool -> 15x15, another 3x3 conv -> 13x13, 2x2 max pool -> 6x6
Metadata
Metadata
Assignees
Labels
No labels