Skip to content

MobileNetV3 implementation from scratch using PyTorch.

License

Notifications You must be signed in to change notification settings

arawxx/MobileNetV3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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.