-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Add shufflenetv2 1.5 and 2.0 weights #5906
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
Merged
YosuaMichael
merged 16 commits into
pytorch:main
from
YosuaMichael:models/add-shufflenetv2-large
Apr 28, 2022
Merged
Add shufflenetv2 1.5 and 2.0 weights #5906
YosuaMichael
merged 16 commits into
pytorch:main
from
YosuaMichael:models/add-shufflenetv2-large
Apr 28, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
datumbox
reviewed
Apr 27, 2022
datumbox
reviewed
Apr 28, 2022
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 a lot @YosuaMichael. Just few minor comments but it's looking good.
datumbox
reviewed
Apr 28, 2022
datumbox
approved these changes
Apr 28, 2022
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 @YosuaMichael !
24 tasks
facebook-github-bot
pushed a commit
that referenced
this pull request
May 6, 2022
Summary: * Add shufflenetv2 1.5 and 2.0 weights * Update recipe * Add to docs * Use resize_size=232 for eval and update the result * Add quantized shufflenetv2 large * Update docs and readme * Format with ufmt * Add to hubconf.py * Update readme for classification reference * Fix reference classification readme * Fix typo on readme * Update reference/classification/readme Reviewed By: jdsgomes, NicolasHug Differential Revision: D36095677 fbshipit-source-id: 74a575c6272df397852dba325f9c1b1e5a1c0231
37 tasks
16 tasks
This was referenced Aug 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolve #3257
We train the model using similar with the improved recipe. Here are the commands:
Once the training finished, we take the checkpoint of epoch with the highest
Acc@1
accuracy, for shufflenetv2_x2_0 we take epoch 595 and for shufflenetv2_x1_5 we take epoch 594, we take the non-ema models for both. Then, we test again the checkpoints with 1 gpu and batch_size=1, here are the commands and results:We also provide quantized model using post training quantization. Here are the commands to do it:
And once we have the quantized model, we do evaluation with 1 gpu and batch_size=1. Here are the commands for evaluation and the corresponding result: