Skip to content
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

Add MobileNetV3 architecture for Classification #3252

Merged
merged 5 commits into from
Jan 14, 2021

Conversation

datumbox
Copy link
Contributor

@datumbox datumbox commented Jan 14, 2021

Fixes #1676

Splits the addition of MobileNetV3 for Classification from Object Detection. Cherrypicks from PRs:

datumbox and others added 4 commits January 5, 2021 19:14
* Adding implementation of network architecture

* Adding rmsprop support on the train.py

* Adding auto-augment and random-erase in the training scripts.

* Adding support for reduced tail on MobileNetV3.

* Tagging blocks with comments.
Copy link
Member

@fmassa fmassa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@datumbox datumbox merged commit 7bf6e7b into pytorch:master Jan 14, 2021
@datumbox datumbox deleted the mobilenetv3_classification branch January 14, 2021 12:07
facebook-github-bot pushed a commit that referenced this pull request Jan 21, 2021
Summary:
* Add MobileNetV3 Architecture in TorchVision (#3182)

* Adding implementation of network architecture

* Adding rmsprop support on the train.py

* Adding auto-augment and random-erase in the training scripts.

* Adding support for reduced tail on MobileNetV3.

* Tagging blocks with comments.

* Adding documentation, pre-trained model URL and a minor refactoring.

* Handling better untrained supported models.

Reviewed By: datumbox

Differential Revision: D25954557

fbshipit-source-id: f7d72a81a2ec92cbbbf3bd86c68ae0a426626cc7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Add MobileNet v3 to torchvision
3 participants