https://github.com/calmiLovesAI/MobileNetV3_TensorFlow2
A tensorflow2 implementation of MobileNet-V3.
https://github.com/calmiLovesAI/MobileNetV3_TensorFlow2
mobilenet-v3 tensorflow tensorflow2
Last synced: 8 months ago
JSON representation
A tensorflow2 implementation of MobileNet-V3.
- Host: GitHub
- URL: https://github.com/calmiLovesAI/MobileNetV3_TensorFlow2
- Owner: calmiLovesAI
- License: mit
- Created: 2019-09-26T13:59:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T02:47:48.000Z (about 6 years ago)
- Last Synced: 2025-03-04T14:01:51.666Z (9 months ago)
- Topics: mobilenet-v3, tensorflow, tensorflow2
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 40
- Watchers: 5
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tensorflow-2 - MobileNet_V3
README
# MobileNetV3_TensorFlow2
A tensorflow2 implementation of MobileNet_V3.
See https://github.com/calmisential/Basic_CNNs_TensorFlow2 for training details.
## References:
1. The original paper: [Searching for MobileNetV3](https://arxiv.org/abs/1905.02244)