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] TF Backend Regularization fix. #1781

Merged
merged 7 commits into from
Jun 20, 2024
Merged

Commits on Jun 20, 2024

  1. Update regularizers.py

    Check the [docs](https://www.tensorflow.org/api_docs/python/tf/keras/regularizers/L1) and the argument is of the form l1/l2 instead of just l in the current version.
    agniv-the-marker committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1e5bb89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74e04f0 View commit details
    Browse the repository at this point in the history
  3. Update regularizers.py

    Made capital and added support for passing in either lower/uppercase for the regularizer name.
    agniv-the-marker committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f64f28f View commit details
    Browse the repository at this point in the history
  4. Update regularizers.py

    using .lower() instead of adding multiple checks for readability.
    agniv-the-marker committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3c2bc5c View commit details
    Browse the repository at this point in the history
  5. Update model.py

    Will split into a new commit
    agniv-the-marker committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7674c37 View commit details
    Browse the repository at this point in the history
  6. Update model.py

    Remove comments
    agniv-the-marker committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    81c9fed View commit details
    Browse the repository at this point in the history
  7. Update regularizers.py

    Linter said so
    agniv-the-marker committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    80c4a7f View commit details
    Browse the repository at this point in the history