v0.32.0
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.32.0 for changelog.
- .gitattributes +1 -0
- DEPLOYMENT_MODEL_LICENSE.pdf +3 -0
- LICENSE +2 -0
- README.md +37 -37
- ResNeXt50.onnx +2 -2
- ResNeXt50_w8a8.dlc +2 -2
- ResNeXt50_w8a8.onnx +2 -2
- ResNeXt50_w8a8.tflite +1 -1
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ ResNeXt50.so filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
ResNeXt50_w8a8.so filter=lfs diff=lfs merge=lfs -text
|
| 38 |
ResNeXt50.dlc filter=lfs diff=lfs merge=lfs -text
|
| 39 |
ResNeXt50_w8a8.dlc filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 37 |
ResNeXt50_w8a8.so filter=lfs diff=lfs merge=lfs -text
|
| 38 |
ResNeXt50.dlc filter=lfs diff=lfs merge=lfs -text
|
| 39 |
ResNeXt50_w8a8.dlc filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
DEPLOYMENT_MODEL_LICENSE.pdf filter=lfs diff=lfs merge=lfs -text
|
DEPLOYMENT_MODEL_LICENSE.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4409f93b0e82531303b3e10f52f1fdfb56467a25f05b7441c6bbd8bb8a64b42c
|
| 3 |
+
size 109629
|
LICENSE
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The license of the original trained model can be found at https://github.com/pytorch/vision/blob/main/LICENSE.
|
| 2 |
+
The license for the deployable model files (.tflite, .onnx, .dlc, .bin, etc.) can be found in DEPLOYMENT_MODEL_LICENSE.pdf.
|
README.md
CHANGED
|
@@ -32,7 +32,7 @@ More details on model performance across various devices, can be found
|
|
| 32 |
- Input resolution: 224x224
|
| 33 |
- Number of parameters: 25.0M
|
| 34 |
- Model size (float): 95.4 MB
|
| 35 |
-
- Model size (w8a8):
|
| 36 |
|
| 37 |
| Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
|
| 38 |
|---|---|---|---|---|---|---|---|---|
|
|
@@ -56,47 +56,47 @@ More details on model performance across various devices, can be found
|
|
| 56 |
| ResNeXt50 | float | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 3.758 ms | 1 - 44 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.dlc) |
|
| 57 |
| ResNeXt50 | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 2.494 ms | 0 - 314 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.tflite) |
|
| 58 |
| ResNeXt50 | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 2.434 ms | 1 - 16 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.dlc) |
|
| 59 |
-
| ResNeXt50 | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX | 2.
|
| 60 |
| ResNeXt50 | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 1.766 ms | 0 - 97 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.tflite) |
|
| 61 |
| ResNeXt50 | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 1.774 ms | 1 - 53 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.dlc) |
|
| 62 |
-
| ResNeXt50 | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 1.
|
| 63 |
| ResNeXt50 | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 1.649 ms | 0 - 98 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.tflite) |
|
| 64 |
| ResNeXt50 | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 1.443 ms | 1 - 49 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.dlc) |
|
| 65 |
-
| ResNeXt50 | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 1.
|
| 66 |
| ResNeXt50 | float | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 3.019 ms | 209 - 209 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.dlc) |
|
| 67 |
-
| ResNeXt50 | float | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 2.
|
| 68 |
-
| ResNeXt50 | w8a8 | QCS8275 (Proxy) | Qualcomm® QCS8275 (Proxy) | TFLITE | 2.
|
| 69 |
-
| ResNeXt50 | w8a8 | QCS8275 (Proxy) | Qualcomm® QCS8275 (Proxy) | QNN_DLC | 2.
|
| 70 |
-
| ResNeXt50 | w8a8 | QCS8450 (Proxy) | Qualcomm® QCS8450 (Proxy) | TFLITE | 1.
|
| 71 |
-
| ResNeXt50 | w8a8 | QCS8450 (Proxy) | Qualcomm® QCS8450 (Proxy) | QNN_DLC | 1.
|
| 72 |
-
| ResNeXt50 | w8a8 | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | TFLITE | 0.
|
| 73 |
-
| ResNeXt50 | w8a8 | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | QNN_DLC | 1.
|
| 74 |
-
| ResNeXt50 | w8a8 | QCS9075 (Proxy) | Qualcomm® QCS9075 (Proxy) | TFLITE | 1.
|
| 75 |
-
| ResNeXt50 | w8a8 | QCS9075 (Proxy) | Qualcomm® QCS9075 (Proxy) | QNN_DLC | 1.
|
| 76 |
-
| ResNeXt50 | w8a8 | RB3 Gen 2 (Proxy) | Qualcomm® QCS6490 (Proxy) | TFLITE | 3.
|
| 77 |
-
| ResNeXt50 | w8a8 | RB3 Gen 2 (Proxy) | Qualcomm® QCS6490 (Proxy) | QNN_DLC | 4.
|
| 78 |
-
| ResNeXt50 | w8a8 | RB5 (Proxy) | Qualcomm® QCS8250 (Proxy) | TFLITE |
|
| 79 |
-
| ResNeXt50 | w8a8 | SA7255P ADP | Qualcomm® SA7255P | TFLITE | 2.
|
| 80 |
-
| ResNeXt50 | w8a8 | SA7255P ADP | Qualcomm® SA7255P | QNN_DLC | 2.
|
| 81 |
-
| ResNeXt50 | w8a8 | SA8255 (Proxy) | Qualcomm® SA8255P (Proxy) | TFLITE | 0.
|
| 82 |
-
| ResNeXt50 | w8a8 | SA8255 (Proxy) | Qualcomm® SA8255P (Proxy) | QNN_DLC | 1.
|
| 83 |
-
| ResNeXt50 | w8a8 | SA8295P ADP | Qualcomm® SA8295P | TFLITE | 1.
|
| 84 |
-
| ResNeXt50 | w8a8 | SA8295P ADP | Qualcomm® SA8295P | QNN_DLC | 1.
|
| 85 |
-
| ResNeXt50 | w8a8 | SA8650 (Proxy) | Qualcomm® SA8650P (Proxy) | TFLITE | 0.
|
| 86 |
-
| ResNeXt50 | w8a8 | SA8650 (Proxy) | Qualcomm® SA8650P (Proxy) | QNN_DLC | 1.
|
| 87 |
-
| ResNeXt50 | w8a8 | SA8775P ADP | Qualcomm® SA8775P | TFLITE | 1.
|
| 88 |
-
| ResNeXt50 | w8a8 | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 1.
|
| 89 |
-
| ResNeXt50 | w8a8 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 0.
|
| 90 |
-
| ResNeXt50 | w8a8 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 1.
|
| 91 |
-
| ResNeXt50 | w8a8 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX | 1.
|
| 92 |
-
| ResNeXt50 | w8a8 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 0.
|
| 93 |
-
| ResNeXt50 | w8a8 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 0.
|
| 94 |
-
| ResNeXt50 | w8a8 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 0.
|
| 95 |
-
| ResNeXt50 | w8a8 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 0.
|
| 96 |
-
| ResNeXt50 | w8a8 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 0.
|
| 97 |
-
| ResNeXt50 | w8a8 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 1.
|
| 98 |
-
| ResNeXt50 | w8a8 | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 1.
|
| 99 |
-
| ResNeXt50 | w8a8 | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 1.
|
| 100 |
|
| 101 |
|
| 102 |
|
|
|
|
| 32 |
- Input resolution: 224x224
|
| 33 |
- Number of parameters: 25.0M
|
| 34 |
- Model size (float): 95.4 MB
|
| 35 |
+
- Model size (w8a8): 24.8 MB
|
| 36 |
|
| 37 |
| Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
|
| 38 |
|---|---|---|---|---|---|---|---|---|
|
|
|
|
| 56 |
| ResNeXt50 | float | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 3.758 ms | 1 - 44 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.dlc) |
|
| 57 |
| ResNeXt50 | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 2.494 ms | 0 - 314 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.tflite) |
|
| 58 |
| ResNeXt50 | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 2.434 ms | 1 - 16 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.dlc) |
|
| 59 |
+
| ResNeXt50 | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX | 2.445 ms | 0 - 161 MB | NPU | [ResNeXt50.onnx](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.onnx) |
|
| 60 |
| ResNeXt50 | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 1.766 ms | 0 - 97 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.tflite) |
|
| 61 |
| ResNeXt50 | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 1.774 ms | 1 - 53 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.dlc) |
|
| 62 |
+
| ResNeXt50 | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 1.812 ms | 0 - 53 MB | NPU | [ResNeXt50.onnx](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.onnx) |
|
| 63 |
| ResNeXt50 | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 1.649 ms | 0 - 98 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.tflite) |
|
| 64 |
| ResNeXt50 | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 1.443 ms | 1 - 49 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.dlc) |
|
| 65 |
+
| ResNeXt50 | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 1.79 ms | 0 - 47 MB | NPU | [ResNeXt50.onnx](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.onnx) |
|
| 66 |
| ResNeXt50 | float | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 3.019 ms | 209 - 209 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.dlc) |
|
| 67 |
+
| ResNeXt50 | float | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 2.419 ms | 50 - 50 MB | NPU | [ResNeXt50.onnx](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50.onnx) |
|
| 68 |
+
| ResNeXt50 | w8a8 | QCS8275 (Proxy) | Qualcomm® QCS8275 (Proxy) | TFLITE | 2.203 ms | 0 - 49 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.tflite) |
|
| 69 |
+
| ResNeXt50 | w8a8 | QCS8275 (Proxy) | Qualcomm® QCS8275 (Proxy) | QNN_DLC | 2.471 ms | 0 - 47 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.dlc) |
|
| 70 |
+
| ResNeXt50 | w8a8 | QCS8450 (Proxy) | Qualcomm® QCS8450 (Proxy) | TFLITE | 1.122 ms | 0 - 62 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.tflite) |
|
| 71 |
+
| ResNeXt50 | w8a8 | QCS8450 (Proxy) | Qualcomm® QCS8450 (Proxy) | QNN_DLC | 1.436 ms | 0 - 59 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.dlc) |
|
| 72 |
+
| ResNeXt50 | w8a8 | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | TFLITE | 0.92 ms | 0 - 92 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.tflite) |
|
| 73 |
+
| ResNeXt50 | w8a8 | QCS8550 (Proxy) | Qualcomm® QCS8550 (Proxy) | QNN_DLC | 1.084 ms | 0 - 17 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.dlc) |
|
| 74 |
+
| ResNeXt50 | w8a8 | QCS9075 (Proxy) | Qualcomm® QCS9075 (Proxy) | TFLITE | 1.241 ms | 0 - 50 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.tflite) |
|
| 75 |
+
| ResNeXt50 | w8a8 | QCS9075 (Proxy) | Qualcomm® QCS9075 (Proxy) | QNN_DLC | 1.424 ms | 0 - 46 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.dlc) |
|
| 76 |
+
| ResNeXt50 | w8a8 | RB3 Gen 2 (Proxy) | Qualcomm® QCS6490 (Proxy) | TFLITE | 3.047 ms | 0 - 65 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.tflite) |
|
| 77 |
+
| ResNeXt50 | w8a8 | RB3 Gen 2 (Proxy) | Qualcomm® QCS6490 (Proxy) | QNN_DLC | 4.399 ms | 0 - 64 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.dlc) |
|
| 78 |
+
| ResNeXt50 | w8a8 | RB5 (Proxy) | Qualcomm® QCS8250 (Proxy) | TFLITE | 63.08 ms | 0 - 119 MB | GPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.tflite) |
|
| 79 |
+
| ResNeXt50 | w8a8 | SA7255P ADP | Qualcomm® SA7255P | TFLITE | 2.203 ms | 0 - 49 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.tflite) |
|
| 80 |
+
| ResNeXt50 | w8a8 | SA7255P ADP | Qualcomm® SA7255P | QNN_DLC | 2.471 ms | 0 - 47 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.dlc) |
|
| 81 |
+
| ResNeXt50 | w8a8 | SA8255 (Proxy) | Qualcomm® SA8255P (Proxy) | TFLITE | 0.918 ms | 0 - 94 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.tflite) |
|
| 82 |
+
| ResNeXt50 | w8a8 | SA8255 (Proxy) | Qualcomm® SA8255P (Proxy) | QNN_DLC | 1.079 ms | 0 - 18 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.dlc) |
|
| 83 |
+
| ResNeXt50 | w8a8 | SA8295P ADP | Qualcomm® SA8295P | TFLITE | 1.47 ms | 0 - 51 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.tflite) |
|
| 84 |
+
| ResNeXt50 | w8a8 | SA8295P ADP | Qualcomm® SA8295P | QNN_DLC | 1.677 ms | 0 - 48 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.dlc) |
|
| 85 |
+
| ResNeXt50 | w8a8 | SA8650 (Proxy) | Qualcomm® SA8650P (Proxy) | TFLITE | 0.902 ms | 0 - 92 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.tflite) |
|
| 86 |
+
| ResNeXt50 | w8a8 | SA8650 (Proxy) | Qualcomm® SA8650P (Proxy) | QNN_DLC | 1.089 ms | 0 - 18 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.dlc) |
|
| 87 |
+
| ResNeXt50 | w8a8 | SA8775P ADP | Qualcomm® SA8775P | TFLITE | 1.241 ms | 0 - 50 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.tflite) |
|
| 88 |
+
| ResNeXt50 | w8a8 | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 1.424 ms | 0 - 46 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.dlc) |
|
| 89 |
+
| ResNeXt50 | w8a8 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 0.92 ms | 0 - 91 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.tflite) |
|
| 90 |
+
| ResNeXt50 | w8a8 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 1.082 ms | 0 - 15 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.dlc) |
|
| 91 |
+
| ResNeXt50 | w8a8 | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX | 1.351 ms | 0 - 43 MB | NPU | [ResNeXt50.onnx](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.onnx) |
|
| 92 |
+
| ResNeXt50 | w8a8 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 0.679 ms | 0 - 60 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.tflite) |
|
| 93 |
+
| ResNeXt50 | w8a8 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 0.807 ms | 0 - 57 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.dlc) |
|
| 94 |
+
| ResNeXt50 | w8a8 | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 0.976 ms | 0 - 71 MB | NPU | [ResNeXt50.onnx](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.onnx) |
|
| 95 |
+
| ResNeXt50 | w8a8 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 0.639 ms | 0 - 58 MB | NPU | [ResNeXt50.tflite](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.tflite) |
|
| 96 |
+
| ResNeXt50 | w8a8 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 0.725 ms | 0 - 51 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.dlc) |
|
| 97 |
+
| ResNeXt50 | w8a8 | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 1.02 ms | 0 - 59 MB | NPU | [ResNeXt50.onnx](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.onnx) |
|
| 98 |
+
| ResNeXt50 | w8a8 | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 1.235 ms | 110 - 110 MB | NPU | [ResNeXt50.dlc](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.dlc) |
|
| 99 |
+
| ResNeXt50 | w8a8 | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 1.333 ms | 29 - 29 MB | NPU | [ResNeXt50.onnx](https://huggingface.co/qualcomm/ResNeXt50/blob/main/ResNeXt50_w8a8.onnx) |
|
| 100 |
|
| 101 |
|
| 102 |
|
ResNeXt50.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1208252fa220f9bac40674cd37eab44eb08502bd5733bc0b0cfdcad70345ed1b
|
| 3 |
+
size 100013508
|
ResNeXt50_w8a8.dlc
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbc906d8995a834504f5898aa895775105512c1ed4ee60fd6ef3c6b19cec3f3e
|
| 3 |
+
size 27123233
|
ResNeXt50_w8a8.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06faacc6673d0398c8d7142e15421e80def511bf106de4766e185bef452a3c0c
|
| 3 |
+
size 100216134
|
ResNeXt50_w8a8.tflite
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 25970744
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6948ed70fdcf461b71df4a0dcf89b3c97fc7bf0d0b0160266839762bbb2f8d4c
|
| 3 |
size 25970744
|