Skip to content

Dropout documentation is incorrect #1342

@jsuarez5341

Description

@jsuarez5341

"Randomly zeroes some of the elements of the input tensor. The elements to zero are randomized on every forward call."

This is incorrect; the function also scales up by 1/(1-p), which the implementation correctly does.

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