snnn001 commited on
Commit
8a9f840
·
verified ·
1 Parent(s): 235aad8

Add static INT8 channelwise MobileNetV2 model

Browse files
Files changed (2) hide show
  1. README.md +15 -1
  2. mobilenet_v2_int8_channelwise.tflite +3 -0
README.md CHANGED
@@ -47,6 +47,20 @@ num_params: 3,504,872
47
 
48
  The license information of the original model was missing.
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  ## Use
52
 
@@ -119,4 +133,4 @@ if __name__ == "__main__":
119
  booktitle={CVPR},
120
  year={2018}
121
  }
122
- ```
 
47
 
48
  The license information of the original model was missing.
49
 
50
+ ## Available model files
51
+
52
+ | File | Description |
53
+ | --- | --- |
54
+ | `mobilenet_v2.tflite` | Full precision LiteRT/TFLite model. |
55
+ | `mobilenet_v2_dynamic_wi8_afp32.tflite` | Dynamic weight-only INT8 model with FP32 activations. |
56
+ | `mobilenet_v2_Google_Tensor_G5_apply_plugin.tflite` | AOT-compiled artifact for the Google Tensor G5 target. |
57
+ | `mobilenet_v2_int8_channelwise.tflite` | Static INT8 model with channelwise INT8 weights and asymmetric INT8 activations. |
58
+
59
+ ## Quantization
60
+
61
+ `mobilenet_v2_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.
62
+
63
+ 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 and one DepthwiseConv2D op left outside the NPU partition.
64
 
65
  ## Use
66
 
 
133
  booktitle={CVPR},
134
  year={2018}
135
  }
136
+ ```
mobilenet_v2_int8_channelwise.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b92681ad122c19f14d7556a028e6ece72891759e27b19ac3df97768ef4dd716
3
+ size 4006560