Skip to content

Mistake in "Deep Learning with PyTorch: A 60 Minute Blitz" #1871

@JianLiu91

Description

@JianLiu91

In neural networks tutorial:

http://pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html

Just below the picture, obviously "weight = weight + learning_rate * gradient" should be "weight = weight - learning_rate * gradient", which is the gradient descent algorithm.

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