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

Add Tensorflow support for variable scatter_update in optimizers. #19313

Merged
merged 1 commit into from
Mar 14, 2024

Commits on Mar 14, 2024

  1. Add Tensorflow support for variable scatter_update in optimizers.

    This should have been added along with `scatter_add` and `scatter_sub` as part of keras-team#18692 as it was added in the super class: https://github.com/keras-team/keras/blob/master/keras/optimizers/base_optimizer.py#L222
    
    Fixes keras-team#19281
    hertschuh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    bb9551b View commit details
    Browse the repository at this point in the history