Skip to content

aryanasadianuoit/mobilenet_v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages