Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 447 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 447 Bytes

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.