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 *
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 *