-
Notifications
You must be signed in to change notification settings - Fork 130
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
ImportError: cannot import name 'keras_export' #30
Comments
I tried with |
Are you sure you able to run whole code successfully. I am getting below error with
Here is the notebook I am using |
@atinesh-s Yes, my bad, now I'm getting same error. |
@amrzv Thanks, it solved the problem but it runs very slow on the CPU. It's strange why on colab I was getting the error with |
I solve this issue by using these command |
now throw this
|
Try this #32 (comment) |
I am trying to run this notebook, but I am getting below error at this line
from models import FaceTranslationGANInferenceModel
Libraries:
tensorflow-gpu==1.13.1
,keras==2.2.4
The text was updated successfully, but these errors were encountered: