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

from keras.utils import print_summary not found #34

Open
chpiero opened this issue Sep 14, 2020 · 2 comments
Open

from keras.utils import print_summary not found #34

chpiero opened this issue Sep 14, 2020 · 2 comments

Comments

@chpiero
Copy link

chpiero commented Sep 14, 2020

hi ,
I've an error when:

from keras.utils import print_summary

this is the error:

cannot import name 'print_summary' from 'keras.utils'. ....init.py

in init.py only this:
from tensorflow.keras.utils import *

@sindhura234
Copy link

@lalonderodney please help me with this

@sindhura234
Copy link

Solved it by using this from keras.utils.layer_utils import print_summary

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

No branches or pull requests

2 participants