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
I'm simply having an Import error
Try running this code
It seems that there seems to be an update needed with the modules. Probably anyone might be experiencing the same thing? Any solutions? Thanks