An open API service indexing awesome lists of open source software.

https://github.com/dataplayer12/mobilenet-v2

A standalone implementation of MobileNet v2 in PyTorch
https://github.com/dataplayer12/mobilenet-v2

Last synced: 2 months ago
JSON representation

A standalone implementation of MobileNet v2 in PyTorch

Awesome Lists containing this project

README

        

# mobilenet-v2
A standalone implementation of MobileNet v2 in PyTorch

# Environment
We use DarkLight to train

```Shell
pip install darklight
```

# Training

```
python3 train.py
```

# Trained model

- [MobileNetV2 achieving validation accuracy of 67.54%](https://drive.google.com/file/d/1ZNB6UeC5asP3OQ26OIIrJAZmFoc5kwgu/view?usp=sharing)