Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calmiLovesAI/MobileNetV3_TensorFlow2
A tensorflow2 implementation of MobileNet-V3.
https://github.com/calmiLovesAI/MobileNetV3_TensorFlow2
mobilenet-v3 tensorflow tensorflow2
Last synced: about 2 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T02:47:48.000Z (about 5 years ago)
- Last Synced: 2024-08-10T11:01:21.552Z (4 months ago)
- Topics: mobilenet-v3, tensorflow, tensorflow2
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 39
- 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)