Skip to content

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

@gelodefaultbrain

Description

@gelodefaultbrain

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions