There is the following issue on this page: https://docs.pytorch.org/tutorials/beginner/basics/buildmodel_tutorial.html#model-layers Please, fix the incorrect reference on nn.Flatten. Path: Build the Neural Network -> Model Layers -> nn.Flatten Incorrect ref.: https://docs.pytorch.org/docs/stable/generated/torch.nn.Flatten.html Correct ref.: https://docs.pytorch.org/docs/stable/generated/torch.nn.modules.flatten.Flatten.html
There is the following issue on this page: https://docs.pytorch.org/tutorials/beginner/basics/buildmodel_tutorial.html#model-layers
Please, fix the incorrect reference on nn.Flatten.
Path: Build the Neural Network -> Model Layers -> nn.Flatten
Incorrect ref.: https://docs.pytorch.org/docs/stable/generated/torch.nn.Flatten.html
Correct ref.: https://docs.pytorch.org/docs/stable/generated/torch.nn.modules.flatten.Flatten.html