Skip to content

Incorrect network illustration #1301

Closed
Closed
@chenfucn

Description

@chenfucn

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions