Skip to content

Typo in references to PyTorch ReLU #265

@plongk

Description

@plongk

Several typo references to "TensorFlow" style of relu when discussing PyTorch ReLU; ie:
torch.nn.relu(...
... rather than:
torch.nn.ReLU(...

... eg in Chapter 3: p77, p81

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions