ArtechStark / mobilenetv3

mobilenetv3 with pytorch,provide pre-train model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A PyTorch implementation of MobileNetV3

This is a PyTorch implementation of MobileNetV3 architecture as described in the paper Searching for MobileNetV3.

Some details may be different from the original paper, welcome to discuss and help me figure it out.

MobileNetV3

Madds Parameters Top1-acc
Large 219 M 5.4 M 75.2%
Small 66 M 2.9 M 67.4%
Ours Large 263 M 3.7 M 75.454%
Ours Small 65 M 2.4 M 69.069%

About

mobilenetv3 with pytorch,provide pre-train model


Languages

Language:Python 100.0%