-
-
Notifications
You must be signed in to change notification settings - Fork 453
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 tf.keras #74
Support tf.keras #74
Conversation
I have this error when I run it:
|
|
|
The namespace was wrong. I modified it. Can you take a look at it? |
change:
to
|
Another error:
I fixed it by removing the
to
|
@mimxrt Thank you for making sure of it. I have modified some including the tasks. |
See #94 |
Issue
#73
Overview
If an environment has tf.keras, tf.keras is preferentially used to pure keras.
Possible issue
If an user wan to use pure keras but the environment is not a tensorflow backend, an error might occur.