cfzd / MobileNet2-pytorch

Impementation of MobileNet2 in pytorch

Home Page:https://arxiv.org/abs/1801.04381

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MobileNet2 in in PyTorch

An implementation of MobileNet2 in PyTorch. MobileNet2 is an efficient convolutional neural network architecture for mobile devices. For more information check the paper: Inverted Residuals and Linear Bottlenecks: Mobile Networks for Classification, Detection and Segmentation

Usage

Clone the repo:

git clone https://github.com/Randl/MobileNet2-pytorch/
pip install -r requirements.txt

Use the model defined in model.py to run ImageNet example:

python imagenet.py --dataroot "/path/to/imagenet/"

About

Impementation of MobileNet2 in pytorch

https://arxiv.org/abs/1801.04381

License:MIT License


Languages

Language:Python 100.0%