MobileNetV2: Inverted Residuals and Linear Bottlenecks
Paper • 1801.04381 • Published • 1
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
INT8 quantised version of MobileNet v2 model. Trained on ImageNet.
The class labels associated with this model can be downloaded by running the script get_class_labels.sh.
Code to recreate this model can be found here.
| Network Information | Value |
|---|---|
| Framework | TensorFlow Lite |
| SHA-1 Hash | 8de7996dfeadb5ab6f09e3114f3905fd03879eee |
| Size (Bytes) | 4020936 |
| Provenance | https://arxiv.org/pdf/1801.04381.pdf |
| Paper | https://arxiv.org/pdf/1801.04381.pdf |
| Platform | Optimized |
|---|---|
| Cortex-A | :heavy_check_mark: |
| Cortex-M | :heavy_check_mark: |
| Mali GPU | :heavy_check_mark: |
| Ethos U | :heavy_check_mark: |
Dataset: ILSVRC 2012
| Metric | Value |
|---|---|
| Top 1 Accuracy | 0.697 |
| Optimization | Value |
|---|---|
| Quantization | INT8 |
| Input Node Name | Shape | Description |
|---|---|---|
| tfl.quantize | (1, 224, 224, 3) | Single 224x224 RGB image with INT8 values between -128 and 127 |
| Output Node Name | Shape | Description |
|---|---|---|
| MobilenetV2/Predictions/Reshape_11 | (1, 1001) | Per-class confidence for 1001 ImageNet classes |