Skip to content

Tutorial NN Potential Error #1119

Closed
Closed
@aaronWool

Description

@aaronWool

With the NN structure image provided in the following page:
https://pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html
The convolutional layer kernel size should be 5 * 5 & The full connection layer F5 should be 1655.

With the code provided, the NN structure should be:
input 32 * 32
C1 6@30 * 30 (kernel size 3*3)
S2 6@15 * 15
C3 16@13 * 13
S4 16@6 * 6
F5 120
F6 84
OUTPUT 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    60_min_blitzCleanups for the 60 min blitz tutorial:https://pytorch.org/tutorials/beginner/deep_learning_60min_b

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions