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.