-
Notifications
You must be signed in to change notification settings - Fork 615
Add NetVLAD layer to TF add-ons. #1237
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
Conversation
Now it passed: pylint --rcfile=/tmp/pylintrc ~/PycharmProjects/addons/tensorflow_addons/layers/netvlad_test.py
This reverts commit 152d694
seanpmorgan and facaiy, this is ready for review now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Almost LGTM
@seanpmorgan I finished all your suggestions but one, which I think I addressed in spirit but not exactly what you asked for. Please check that it's sufficient |
@seanpmorgan done and ready. thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks for the contribution!
* Add NetVLAD layer to TF add-ons.
Add a layer. Layer description is in the Python class description.