-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Fix giou naming bug #5270
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
Fix giou naming bug #5270
Conversation
💊 CI failures summary and remediationsAs of commit 5c3668f (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
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!
Sorry but, I guess this isn't a bug. It's an unreleased feature, so probably label as other? |
Summary: * Adding multiweight support for shufflenetv2 prototype models * Revert "Adding multiweight support for shufflenetv2 prototype models" This reverts commit 31fadbe. * Adding multiweight support for shufflenetv2 prototype models * Revert "Adding multiweight support for shufflenetv2 prototype models" This reverts commit 4e3d900. * Remove module vs method name clash Reviewed By: kazhang Differential Revision: D33927499 fbshipit-source-id: 7e0d805150b8774d782b0cee8dbc15119cd1d2d9
This PR should fix the existing bug caused by the method name being the same as the module name.
before
After PR
cc @datumbox