Instructions to use litert-community/MobileNet-v3-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use litert-community/MobileNet-v3-large with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add static INT8 channelwise MobileNetV3-large model
Browse files- README.md +15 -1
- mobilenet_v3_large_int8_channelwise.tflite +3 -0
README.md
CHANGED
|
@@ -45,6 +45,20 @@ num_params: 5,483,032
|
|
| 45 |
|
| 46 |
The license information of the original model was missing.
|
| 47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
## Intended uses & limitations
|
| 50 |
|
|
@@ -156,4 +170,4 @@ python classify.py --image cat.jpg
|
|
| 156 |
biburl = {https://dblp.org/rec/journals/corr/abs-1905-02244.bib},
|
| 157 |
bibsource = {dblp computer science bibliography, https://dblp.org}
|
| 158 |
}
|
| 159 |
-
```
|
|
|
|
| 45 |
|
| 46 |
The license information of the original model was missing.
|
| 47 |
|
| 48 |
+
## Available model files
|
| 49 |
+
|
| 50 |
+
| File | Description |
|
| 51 |
+
| --- | --- |
|
| 52 |
+
| `mobilenet_v3_large.tflite` | Full precision LiteRT/TFLite model. |
|
| 53 |
+
| `mobilenet_v3_large_dynamic_wi8_afp32.tflite` | Dynamic weight-only INT8 model with FP32 activations. |
|
| 54 |
+
| `mobilenet_v3_large_Google_Tensor_G5_apply_plugin.tflite` | AOT-compiled artifact for the Google Tensor G5 target. |
|
| 55 |
+
| `mobilenet_v3_large_int8_channelwise.tflite` | Static INT8 model with channelwise INT8 weights and asymmetric INT8 activations. |
|
| 56 |
+
|
| 57 |
+
## Quantization
|
| 58 |
+
|
| 59 |
+
`mobilenet_v3_large_int8_channelwise.tflite` was produced with the `STATIC_WI8_AI8` quantization recipe. Weights are signed INT8 and use symmetric channelwise quantization for weight tensors. Activations are signed INT8 with asymmetric quantization parameters.
|
| 60 |
+
|
| 61 |
+
The INT8 channelwise artifact keeps standard LiteRT/TFLite model structure before AOT compilation. Local LiteRT compiler checks fully delegated this artifact for Qualcomm NPU targets. MediaTek NPU compiler checks produced partial delegation for this channelwise artifact, with one Conv2D op left outside the NPU partition.
|
| 62 |
|
| 63 |
## Intended uses & limitations
|
| 64 |
|
|
|
|
| 170 |
biburl = {https://dblp.org/rec/journals/corr/abs-1905-02244.bib},
|
| 171 |
bibsource = {dblp computer science bibliography, https://dblp.org}
|
| 172 |
}
|
| 173 |
+
```
|
mobilenet_v3_large_int8_channelwise.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:620a6b6431790233dee4d726f49a9a83b3303e65a50787475c3ebc5e74f55b7c
|
| 3 |
+
size 6047760
|