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 dtype importing and unpin for CI #6857

Merged
merged 2 commits into from
May 21, 2024
Merged

Commits on May 21, 2024

  1. Fix keras dtype importing

    Keras' output format was slightly changed in keras-team/keras#19711; for
    non-input layers dtypes will now be exported as a config map instead of just a
    string.
    This fixes test breakages when using ToT keras.
    mloc committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4f6bf40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed3aa45 View commit details
    Browse the repository at this point in the history