rcmalli / keras-vggface

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

Tensorflow 2.0 compatibility #71

Open thatandromeda opened 3 years ago

thatandromeda commented 3 years ago

Thanks for this library! I needed TF 2.0 compatibility, so I thought I'd offer it back upstream.

This didn't require changes to your VGGFace code. I added a Pipfile/Pipfile.lock for ease of installation, upgraded setup.py and the README accordingly, and bumped the version number. I also removed the travis config since the build is erroring and travis-ci.org is EOLing anyway -- making travis work again is outside of my scope.

rcmalli commented 3 years ago

Thanks for your contribution! I will fix the Travis setup and tests soon then we can merge this PR.