Skip to content

relu6 is wrong #2

@allenxcp

Description

@allenxcp

F.clip clip(x, a_min, a_max) = max(min(x, a_max), a_min))

relu6 = min(max(features, 0), 6)

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