Skip to content

Add MobileNetV3 architecture with Classification & Detection models #3243

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

Closed
wants to merge 4 commits into from

Conversation

datumbox
Copy link
Contributor

Fixes #1676

This PR adds MobileNetV3 in TorchVision:

See linked sub-PRs for details.

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.
* Initial implementation of MobileNet + RetinaNet.

* Adding expeted file for mobilenetv3_large.

* Adding temp candidate pretrained model for mobilenetv3 large.

* Adding temp candidate pretrained model for mobilenetv3 large.

* making `_validate_resnet_trainable_layers` generic and using it in mobilenet

* Update tests.

* Rename output_channels to out_channels

* Fixing comments.

* Update model.

* Better mobilenetv3 large backbone.

* Better mobilenetv3 + retinanet model.

* Update mobilenetv3 + retinanet model.
@@ -557,7 +557,10 @@ def forward(self, images, targets=None):
return self.eager_outputs(losses, detections)


# TODO: replace with pytorch links
Copy link
Contributor

Choose a reason for hiding this comment

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

Ha, it seems that this link have already replaced with PyTorch?

@datumbox
Copy link
Contributor Author

Closing in favour of splitting the PR into two parts: Classification (#3252) and Detection (baking).

@datumbox datumbox closed this Jan 14, 2021
@datumbox datumbox deleted the mobilenetv3 branch January 14, 2021 15:28
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