Skip to content

arawxx/MobileNetV3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MobileNetV3 PyTorch Implementation

The fast and efficient MobileNetV3 implemented from scratch in PyTorch.

It's the MobileNetV2 with the addition of Squeeze-and-Excite in the residual layer.

MobileNetV3 main block structure:

MobileNetV3

MobileNetV2 main block structure:

MobileNetV2

The link to the original article can be found here.

Releases

No releases published

Packages

No packages published

Languages