Adding MobileNetV3 Small pre-trained model#3354
Merged
datumbox merged 6 commits intopytorch:masterfrom Feb 9, 2021
Merged
Conversation
13 tasks
facebook-github-bot
pushed a commit
that referenced
this pull request
Feb 10, 2021
Summary: * Adding TODO placeholders. * More placeholders. * Add MobileNetV3 small pre-trained weights. * Remove placeholders. Reviewed By: fmassa Differential Revision: D26341414 fbshipit-source-id: ae7c5e25410be63317889f8d5bae40b35afd994d
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
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.
MobileNetV3 Small
The pre-trained model was trained:
Submitted batch job 35753749
Then we took the 3 last checkpoints (epochs 549, 528, 408) that improved the Acc@1 and averaged their parameters using the following script:
Validated with:
Submitted batch job 35803060
Accuracy metrics:
Acc@1 67.668 Acc@5 87.402Speed Benchmark:
0.0165 sec per image on CPU