keras-vggface icon indicating copy to clipboard operation
keras-vggface copied to clipboard

Issue ImportError: cannot import name 'layer_utils' from 'keras.utils'

Open gelodefaultbrain opened this issue 1 year ago • 13 comments

I'm simply having an Import error

Try running this code

>>> from keras_vggface import utils
Traceback (most recent call last):
....
ImportError: cannot import name 'layer_utils' from 'keras.utils' ...
    from keras.utils import layer_utils
ImportError: cannot import name 'layer_utils' from 'keras.utils'

It seems that there seems to be an update needed with the modules. Probably anyone might be experiencing the same thing? Any solutions? Thanks

gelodefaultbrain avatar Jul 27 '23 08:07 gelodefaultbrain