MobileNet-Pytorch icon indicating copy to clipboard operation
MobileNet-Pytorch copied to clipboard

Implementation of MobileNet V1, V2, V3

Implementation of MobileNet

MobileNetV1

MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications
paper: https://arxiv.org/abs/1704.04861

MobileNetV2

MobileNetV2: Inverted Residuals and Linear Bottlenecks
paper: https://arxiv.org/abs/1801.04381

MobileNetV3

Searching for MobileNetV3
paper: https://arxiv.org/abs/1905.02244