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
- Host: GitHub
- URL: https://github.com/dataplayer12/mobilenet-v2
- Owner: dataplayer12
- License: mit
- Created: 2022-08-05T13:40:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T15:38:11.000Z (over 2 years ago)
- Last Synced: 2025-01-22T23:26:35.389Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)