Upload GPU-compatible LiteRT artifacts
Browse files- README.md +23 -0
- mnasnet1_0.tflite +3 -0
- mnasnet1_0_dynamic_wi8_afp32.tflite +3 -0
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: litert
|
| 3 |
+
tags:
|
| 4 |
+
- litert
|
| 5 |
+
- tflite
|
| 6 |
+
- vision
|
| 7 |
+
- image-classification
|
| 8 |
+
datasets:
|
| 9 |
+
- imagenet-1k
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# mnasnet1_0
|
| 13 |
+
|
| 14 |
+
LiteRT TFLite conversion of the TorchVision `mnasnet1_0` model.
|
| 15 |
+
|
| 16 |
+
## Files
|
| 17 |
+
|
| 18 |
+
- `mnasnet1_0.tflite`
|
| 19 |
+
- `mnasnet1_0_dynamic_wi8_afp32.tflite`
|
| 20 |
+
|
| 21 |
+
## Notes
|
| 22 |
+
|
| 23 |
+
These artifacts were compiled with the LiteRT GPU compatibility profile and validated with LiteRT Python GPU execution.
|
mnasnet1_0.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e414e735f71527e82f81f0225543ffa28132683776a7ae133ab20d8eb36b880
|
| 3 |
+
size 17493072
|
mnasnet1_0_dynamic_wi8_afp32.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40ee62b28f23199c765f0fb6ce4f1535fd5913f518216eabb88caf4898fcc48a
|
| 3 |
+
size 4701872
|