Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix keras.layers.ReLU docs #48646 #48654

Merged
merged 2 commits into from
May 13, 2021
Merged

Fix keras.layers.ReLU docs #48646 #48654

merged 2 commits into from
May 13, 2021

Commits on Apr 20, 2021

  1. Fix keras.layers.ReLU docs #48646

    threshold should not be negative because ReLU behaviour does not match
    the docs and it is not ReLU
    szutenberg committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    787ad8c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Improve checks in keras.layers.ReLU #48646

    - added checking if negative_slope is None
    - added checking if threshold is negative
    - updated respective unit tests
    - renamed test_threshold_relu_with_invalid_alpha to
      test_threshold_relu_with_invalid_theta
    szutenberg committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    73bd1ec View commit details
    Browse the repository at this point in the history