Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 434 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 434 Bytes

mobilenet_v1

Unofficial implementation of MobileNet model in Pytorch.
Source: https://arxiv.org/pdf/1704.04861.pdf

The network has been designed for RGB input images in the size of ImageNet, i.e., (3,224,224). The values for paddings, and strides have been used/computed according to the Table 1 in the literature.

MobileNet Architecture