rcmalli / keras-vggface

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

Setup fails on Theano #16

Closed techfun77 closed 6 years ago

techfun77 commented 6 years ago

When Tensorflow is ont installed setup fails. In Setup.py it checks only for tensorflow.

rcmalli commented 6 years ago

As written in the readme file, it is only tested with Tensorflow backend. There is a mismatch when comparing the predictions with Theano backend.