Skip to content

[Feature Request] Add MobileNet v3 to torchvision #1676

@EliasVansteenkiste

Description

@EliasVansteenkiste

A new version (V3) of MobileNet is already out since a while now:
"Searching for MobileNetV3" on ArXiv

Public pytorch implementations are already available here:
https://github.com/d-li14/mobilenetv3.pytorch
https://github.com/kuan-wang/pytorch-mobilenet-v3

However they don't achieve accuracies on the level as the ones mentioned in the paper but the following implementation seems to be on par with the paper:

https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/mobilenetv3.py
https://github.com/rwightman/pytorch-image-models/blob/master/results/results-all.csv

Could MobileNetV3 be added to torchvision?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions