Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensorflow 2.0 compatibility #71

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

thatandromeda
Copy link

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.

The tests pass with this set of dependencies.
Running the upgrade script (which resulted in no changes), updating
dependencies, and explicitly installing keras_applications was enough.
- makes setup.py consistent with Pipfile
- increments version number
- remove travis config, since travis-ci.org is going away and builds
  were already erroring
- verify that all sample code in README works
@rcmalli
Copy link
Owner

rcmalli commented May 9, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants