-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Adding multiweight support for squeezenet prototype model #4817
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
Adding multiweight support for squeezenet prototype model #4817
Conversation
💊 CI failures summary and remediationsAs of commit 8bcf151 (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.
Just one clarification for an unrelated change sneaked in this PR:
@@ -17,7 +17,7 @@ | |||
|
|||
|
|||
class GoogLeNetWeights(Weights): | |||
ImageNet1K_TheCodezV1 = WeightEntry( | |||
ImageNet1K_Community = WeightEntry( |
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.
Changed the enum convention for weights that come from the community and are not part of another library.
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.
Stamping.
…4817) Summary: * Change enum name for weights contributed by community. * Adding multiweight support to squeezenet. Reviewed By: kazhang Differential Revision: D32216671 fbshipit-source-id: 431fc1129407d571e9cdcf4db249a07cd8a98af6
* Change enum name for weights contributed by community. * Adding multiweight support to squeezenet.
Fixes partially #4672
cc @datumbox @bjuncek