rcmalli / keras-vggface

VGGFace implementation with Keras Framework
MIT License
928 stars 417 forks source link

Error when running: tensorflow ImportError: cannot import name 'utils' #17

Closed tslater closed 6 years ago

tslater commented 6 years ago

When running the example I get this error:

ImportError                               Traceback (most recent call last)
<ipython-input-2-6bbdce0116de> in <module>()
      2 from keras.preprocessing import image
      3 from keras_vggface.vggface import VGGFace
----> 4 from keras_vggface import utils
      5 
      6 # tensorflow

ImportError: cannot import name 'utils'
rcmalli commented 6 years ago

Are you using the latest version? Can you check again this after reinstalling/upgrading?