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

Support for TensorFlow Keras #31

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

amaiya
Copy link

@amaiya amaiya commented Aug 1, 2022

The existing eli5 release causes problems when tf.keras is used instead of keras. When the user adds the following environment variable, keras will be imported from TensorFlow:

import os
os.environ['TF_KERAS'] == "1"

Otherwise, keras is imported normally.

Additional changes were made to support tensorflow>=2.9 and scipy==1.9 (which was just released a couple of days ago).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant