Skip to content

Feedback about Neural Networks #3677

@Sachapernak

Description

@Sachapernak

There is the following issue on this page: https://docs.pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html

In "Define the network" code exemple, the following comment seems to be wrong :

# Gaussian layer OUTPUT: (N, 84) Tensor input, and
# outputs a (N, 10) Tensor
output = self.fc3(f6)

fc3 seems to be a linear, not a gaussian, as shown in the beginning of the example :

self.fc3 = nn.Linear(84, 10)

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