Skip to content

Issue: Incorrect requires_grad in the last diagram #3580

@gggboy-9527

Description

@gggboy-9527

In the tutorial Understanding requires_grad, retain_grad, Leaf, and Non-leaf Tensors, the last diagram (showing the computational graph) has an error.

It shows z = x @ W + b with requires_grad = False.
However, since W and b both have requires_grad = True, the output z should also have requires_grad = True.

Please correct the diagram to reflect this.

Thank you!

Image

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