v0.60.0
Browse filesSee https://github.com/qualcomm/ai-hub-models/releases/v0.60.0 for changelog.
- README.md +91 -84
- release_assets.json +6 -6
README.md
CHANGED
|
@@ -15,7 +15,7 @@ pipeline_tag: image-classification
|
|
| 15 |
ConvNextBase is a machine learning model that can classify images from the Imagenet dataset. It can also be used as a backbone in building more complex models for specific use cases.
|
| 16 |
|
| 17 |
This is based on the implementation of ConvNext-Base found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/convnext.py).
|
| 18 |
-
This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.
|
| 19 |
|
| 20 |
Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
|
| 21 |
|
|
@@ -28,115 +28,122 @@ Below are pre-exported model assets ready for deployment.
|
|
| 28 |
|
| 29 |
| Runtime | Precision | Chipset | SDK Versions | Download |
|
| 30 |
|---|---|---|---|---|
|
| 31 |
-
| ONNX | float | Universal | QAIRT 2.45, ONNX Runtime 1.27.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.
|
| 32 |
-
| ONNX | w8a16 | Universal | QAIRT 2.45, ONNX Runtime 1.27.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.
|
| 33 |
-
| QNN_DLC | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.
|
| 34 |
-
| QNN_DLC | w8a16 | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.
|
| 35 |
-
| TFLITE | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.
|
| 36 |
|
| 37 |
For more device-specific assets and performance metrics, visit **[ConvNext-Base on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/convnext_base)**.
|
| 38 |
|
| 39 |
|
| 40 |
### Option 2: Export with Custom Configurations
|
| 41 |
|
| 42 |
-
Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.
|
| 43 |
- Custom weights (e.g., fine-tuned checkpoints)
|
| 44 |
- Custom input shapes
|
| 45 |
- Target device and runtime configurations
|
| 46 |
|
| 47 |
This option is ideal if you need to customize the model beyond the default configuration provided here.
|
| 48 |
|
| 49 |
-
See our repository for [ConvNext-Base on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.
|
| 50 |
|
| 51 |
## Model Details
|
| 52 |
|
| 53 |
**Model Type:** Model_use_case.image_classification
|
| 54 |
|
| 55 |
**Model Stats:**
|
| 56 |
-
- Model checkpoint: Imagenet
|
| 57 |
- Input resolution: 224x224
|
| 58 |
-
-
|
| 59 |
- Model size (float): 338 MB
|
| 60 |
- Model size (w8a16): 88.7 MB
|
|
|
|
| 61 |
|
| 62 |
## Performance Summary
|
| 63 |
| Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
|
| 64 |
|---|---|---|---|---|---|---
|
| 65 |
-
| ConvNext-Base | ONNX | float | Snapdragon® X2 Elite | 3.
|
| 66 |
-
| ConvNext-Base | ONNX | float | Snapdragon® X Elite | 7.
|
| 67 |
-
| ConvNext-Base | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 5.
|
| 68 |
-
| ConvNext-Base | ONNX | float | Snapdragon® 8 Gen 1 Mobile | 19.
|
| 69 |
-
| ConvNext-Base | ONNX | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 7.
|
| 70 |
-
| ConvNext-Base | ONNX | float | Qualcomm® QCS8450 | 19.
|
| 71 |
-
| ConvNext-Base | ONNX | float | Qualcomm® Dragonwing™ IQ-9075 | 10.
|
| 72 |
-
| ConvNext-Base | ONNX | float | Qualcomm® Dragonwing™ IQ-X7181 | 7.
|
| 73 |
-
| ConvNext-Base | ONNX | float | Qualcomm® Dragonwing™ Q-8750 | 4.
|
| 74 |
-
| ConvNext-Base | ONNX | float | Snapdragon® 8 Elite Mobile | 4.
|
| 75 |
-
| ConvNext-Base | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 3.201 ms | 0 -
|
| 76 |
| ConvNext-Base | ONNX | w8a16 | Snapdragon® X2 Elite | 2.383 ms | 1 - 1 MB | NPU
|
| 77 |
-
| ConvNext-Base | ONNX | w8a16 | Snapdragon® X Elite | 4.
|
| 78 |
-
| ConvNext-Base | ONNX | w8a16 | Snapdragon® 8 Gen 3 Mobile | 3.
|
| 79 |
-
| ConvNext-Base | ONNX | w8a16 | Snapdragon® 8 Gen 1 Mobile | 8.
|
| 80 |
-
| ConvNext-Base | ONNX | w8a16 | Qualcomm® Dragonwing™ QCS6490 |
|
| 81 |
-
| ConvNext-Base | ONNX | w8a16 | Qualcomm® Dragonwing™
|
| 82 |
-
| ConvNext-Base | ONNX | w8a16 | Qualcomm®
|
| 83 |
-
| ConvNext-Base | ONNX | w8a16 | Qualcomm®
|
| 84 |
-
| ConvNext-Base | ONNX | w8a16 | Qualcomm® Dragonwing™ IQ-
|
| 85 |
-
| ConvNext-Base | ONNX | w8a16 | Qualcomm® Dragonwing™
|
| 86 |
-
| ConvNext-Base | ONNX | w8a16 |
|
| 87 |
-
| ConvNext-Base | ONNX | w8a16 |
|
| 88 |
-
| ConvNext-Base |
|
| 89 |
-
| ConvNext-Base |
|
| 90 |
-
| ConvNext-Base |
|
| 91 |
-
| ConvNext-Base |
|
| 92 |
-
| ConvNext-Base | QNN_DLC | float |
|
| 93 |
-
| ConvNext-Base | QNN_DLC | float |
|
| 94 |
-
| ConvNext-Base | QNN_DLC | float |
|
| 95 |
-
| ConvNext-Base | QNN_DLC | float |
|
| 96 |
-
| ConvNext-Base | QNN_DLC | float | Qualcomm®
|
| 97 |
-
| ConvNext-Base | QNN_DLC | float | Qualcomm®
|
| 98 |
-
| ConvNext-Base | QNN_DLC | float | Qualcomm® Dragonwing™
|
| 99 |
-
| ConvNext-Base | QNN_DLC | float | Qualcomm®
|
| 100 |
-
| ConvNext-Base | QNN_DLC | float | Qualcomm®
|
| 101 |
-
| ConvNext-Base | QNN_DLC | float | Qualcomm®
|
| 102 |
-
| ConvNext-Base | QNN_DLC | float | Qualcomm®
|
| 103 |
-
| ConvNext-Base | QNN_DLC | float |
|
| 104 |
-
| ConvNext-Base | QNN_DLC | float |
|
| 105 |
-
| ConvNext-Base | QNN_DLC |
|
| 106 |
-
| ConvNext-Base | QNN_DLC |
|
| 107 |
-
| ConvNext-Base | QNN_DLC |
|
| 108 |
-
| ConvNext-Base | QNN_DLC |
|
| 109 |
-
| ConvNext-Base | QNN_DLC |
|
| 110 |
-
| ConvNext-Base | QNN_DLC | w8a16 |
|
| 111 |
-
| ConvNext-Base | QNN_DLC | w8a16 |
|
| 112 |
-
| ConvNext-Base | QNN_DLC | w8a16 |
|
| 113 |
-
| ConvNext-Base | QNN_DLC | w8a16 |
|
| 114 |
-
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm®
|
| 115 |
-
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm®
|
| 116 |
-
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-
|
| 117 |
-
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® Dragonwing™
|
| 118 |
-
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm®
|
| 119 |
-
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm®
|
| 120 |
-
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm®
|
| 121 |
-
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm®
|
| 122 |
-
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm®
|
| 123 |
-
| ConvNext-Base | QNN_DLC | w8a16 |
|
| 124 |
-
| ConvNext-Base | QNN_DLC | w8a16 |
|
| 125 |
-
| ConvNext-Base | QNN_DLC | w8a16 |
|
| 126 |
-
| ConvNext-Base |
|
| 127 |
-
| ConvNext-Base |
|
| 128 |
-
| ConvNext-Base |
|
| 129 |
-
| ConvNext-Base |
|
| 130 |
-
| ConvNext-Base |
|
| 131 |
-
| ConvNext-Base |
|
| 132 |
-
| ConvNext-Base | TFLITE | float |
|
| 133 |
-
| ConvNext-Base | TFLITE | float |
|
| 134 |
-
| ConvNext-Base | TFLITE | float | Qualcomm® Dragonwing™ IQ-
|
| 135 |
-
| ConvNext-Base | TFLITE | float | Qualcomm® Dragonwing™
|
| 136 |
-
| ConvNext-Base | TFLITE | float | Qualcomm®
|
| 137 |
-
| ConvNext-Base | TFLITE | float | Qualcomm®
|
| 138 |
-
| ConvNext-Base | TFLITE | float |
|
| 139 |
-
| ConvNext-Base | TFLITE | float |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
|
| 141 |
## License
|
| 142 |
* The license for the original implementation of ConvNext-Base can be found
|
|
|
|
| 15 |
ConvNextBase is a machine learning model that can classify images from the Imagenet dataset. It can also be used as a backbone in building more complex models for specific use cases.
|
| 16 |
|
| 17 |
This is based on the implementation of ConvNext-Base found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/convnext.py).
|
| 18 |
+
This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.60.0/src/qai_hub_models/models/convnext_base) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
|
| 19 |
|
| 20 |
Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
|
| 21 |
|
|
|
|
| 28 |
|
| 29 |
| Runtime | Precision | Chipset | SDK Versions | Download |
|
| 30 |
|---|---|---|---|---|
|
| 31 |
+
| ONNX | float | Universal | QAIRT 2.45, ONNX Runtime 1.27.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.60.0/convnext_base-onnx-float.zip)
|
| 32 |
+
| ONNX | w8a16 | Universal | QAIRT 2.45, ONNX Runtime 1.27.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.60.0/convnext_base-onnx-w8a16.zip)
|
| 33 |
+
| QNN_DLC | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.60.0/convnext_base-qnn_dlc-float.zip)
|
| 34 |
+
| QNN_DLC | w8a16 | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.60.0/convnext_base-qnn_dlc-w8a16.zip)
|
| 35 |
+
| TFLITE | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.60.0/convnext_base-tflite-float.zip)
|
| 36 |
|
| 37 |
For more device-specific assets and performance metrics, visit **[ConvNext-Base on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/convnext_base)**.
|
| 38 |
|
| 39 |
|
| 40 |
### Option 2: Export with Custom Configurations
|
| 41 |
|
| 42 |
+
Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.60.0/src/qai_hub_models/models/convnext_base) Python library to compile and export the model with your own:
|
| 43 |
- Custom weights (e.g., fine-tuned checkpoints)
|
| 44 |
- Custom input shapes
|
| 45 |
- Target device and runtime configurations
|
| 46 |
|
| 47 |
This option is ideal if you need to customize the model beyond the default configuration provided here.
|
| 48 |
|
| 49 |
+
See our repository for [ConvNext-Base on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.60.0/src/qai_hub_models/models/convnext_base) for usage instructions.
|
| 50 |
|
| 51 |
## Model Details
|
| 52 |
|
| 53 |
**Model Type:** Model_use_case.image_classification
|
| 54 |
|
| 55 |
**Model Stats:**
|
|
|
|
| 56 |
- Input resolution: 224x224
|
| 57 |
+
- Model checkpoint: Imagenet
|
| 58 |
- Model size (float): 338 MB
|
| 59 |
- Model size (w8a16): 88.7 MB
|
| 60 |
+
- Number of parameters: 88.6M
|
| 61 |
|
| 62 |
## Performance Summary
|
| 63 |
| Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
|
| 64 |
|---|---|---|---|---|---|---
|
| 65 |
+
| ConvNext-Base | ONNX | float | Snapdragon® X2 Elite | 3.504 ms | 2 - 2 MB | NPU
|
| 66 |
+
| ConvNext-Base | ONNX | float | Snapdragon® X Elite | 7.232 ms | 176 - 176 MB | NPU
|
| 67 |
+
| ConvNext-Base | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 5.296 ms | 1 - 313 MB | NPU
|
| 68 |
+
| ConvNext-Base | ONNX | float | Snapdragon® 8 Gen 1 Mobile | 19.215 ms | 1 - 301 MB | NPU
|
| 69 |
+
| ConvNext-Base | ONNX | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 7.134 ms | 0 - 245 MB | NPU
|
| 70 |
+
| ConvNext-Base | ONNX | float | Qualcomm® QCS8450 | 19.215 ms | 1 - 301 MB | NPU
|
| 71 |
+
| ConvNext-Base | ONNX | float | Qualcomm® Dragonwing™ IQ-9075 | 10.831 ms | 0 - 4 MB | NPU
|
| 72 |
+
| ConvNext-Base | ONNX | float | Qualcomm® Dragonwing™ IQ-X7181 | 7.232 ms | 176 - 176 MB | NPU
|
| 73 |
+
| ConvNext-Base | ONNX | float | Qualcomm® Dragonwing™ Q-8750 | 4.128 ms | 0 - 185 MB | NPU
|
| 74 |
+
| ConvNext-Base | ONNX | float | Snapdragon® 8 Elite Mobile | 4.128 ms | 0 - 185 MB | NPU
|
| 75 |
+
| ConvNext-Base | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 3.201 ms | 0 - 186 MB | NPU
|
| 76 |
| ConvNext-Base | ONNX | w8a16 | Snapdragon® X2 Elite | 2.383 ms | 1 - 1 MB | NPU
|
| 77 |
+
| ConvNext-Base | ONNX | w8a16 | Snapdragon® X Elite | 4.977 ms | 91 - 91 MB | NPU
|
| 78 |
+
| ConvNext-Base | ONNX | w8a16 | Snapdragon® 8 Gen 3 Mobile | 3.424 ms | 0 - 262 MB | NPU
|
| 79 |
+
| ConvNext-Base | ONNX | w8a16 | Snapdragon® 8 Gen 1 Mobile | 8.063 ms | 0 - 260 MB | NPU
|
| 80 |
+
| ConvNext-Base | ONNX | w8a16 | Qualcomm® Dragonwing™ QCS6490 | 33.134 ms | 0 - 3 MB | NPU
|
| 81 |
+
| ConvNext-Base | ONNX | w8a16 | Qualcomm® Dragonwing™ IQ-8275 | 4.901 ms | 0 - 4 MB | NPU
|
| 82 |
+
| ConvNext-Base | ONNX | w8a16 | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 4.867 ms | 0 - 4 MB | NPU
|
| 83 |
+
| ConvNext-Base | ONNX | w8a16 | Qualcomm® QCS8450 | 8.063 ms | 0 - 260 MB | NPU
|
| 84 |
+
| ConvNext-Base | ONNX | w8a16 | Qualcomm® Dragonwing™ IQ-9075 | 4.883 ms | 0 - 3 MB | NPU
|
| 85 |
+
| ConvNext-Base | ONNX | w8a16 | Qualcomm® Dragonwing™ IQ-X7181 | 4.977 ms | 91 - 91 MB | NPU
|
| 86 |
+
| ConvNext-Base | ONNX | w8a16 | Qualcomm® Dragonwing™ Q-6690 | 58.166 ms | 1 - 400 MB | NPU
|
| 87 |
+
| ConvNext-Base | ONNX | w8a16 | Qualcomm® Dragonwing™ Q-7790 | 6.881 ms | 0 - 261 MB | NPU
|
| 88 |
+
| ConvNext-Base | ONNX | w8a16 | Qualcomm® Dragonwing™ Q-8750 | 2.778 ms | 0 - 204 MB | NPU
|
| 89 |
+
| ConvNext-Base | ONNX | w8a16 | Snapdragon® 8 Elite Mobile | 2.778 ms | 0 - 204 MB | NPU
|
| 90 |
+
| ConvNext-Base | ONNX | w8a16 | Snapdragon® 8 Elite Gen 5 Mobile | 2.173 ms | 0 - 225 MB | NPU
|
| 91 |
+
| ConvNext-Base | ONNX | w8a16 | Snapdragon® 7 Gen 4 Mobile | 6.881 ms | 0 - 261 MB | NPU
|
| 92 |
+
| ConvNext-Base | QNN_DLC | float | Snapdragon® X2 Elite | 4.233 ms | 1 - 1 MB | NPU
|
| 93 |
+
| ConvNext-Base | QNN_DLC | float | Snapdragon® X Elite | 8.41 ms | 1 - 1 MB | NPU
|
| 94 |
+
| ConvNext-Base | QNN_DLC | float | Snapdragon® 8 Gen 3 Mobile | 5.874 ms | 0 - 307 MB | NPU
|
| 95 |
+
| ConvNext-Base | QNN_DLC | float | Snapdragon® 8 Gen 1 Mobile | 20.393 ms | 0 - 296 MB | NPU
|
| 96 |
+
| ConvNext-Base | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-8275 | 12.775 ms | 1 - 4 MB | NPU
|
| 97 |
+
| ConvNext-Base | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-8275 | 41.893 ms | 1 - 180 MB | NPU
|
| 98 |
+
| ConvNext-Base | QNN_DLC | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 7.982 ms | 1 - 2 MB | NPU
|
| 99 |
+
| ConvNext-Base | QNN_DLC | float | Qualcomm® SA8775P | 11.795 ms | 1 - 181 MB | NPU
|
| 100 |
+
| ConvNext-Base | QNN_DLC | float | Qualcomm® SA8650P | 11.795 ms | 1 - 181 MB | NPU
|
| 101 |
+
| ConvNext-Base | QNN_DLC | float | Qualcomm® SA8255P | 11.795 ms | 1 - 181 MB | NPU
|
| 102 |
+
| ConvNext-Base | QNN_DLC | float | Qualcomm® QCS8450 | 20.393 ms | 0 - 296 MB | NPU
|
| 103 |
+
| ConvNext-Base | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-9075 | 11.653 ms | 1 - 3 MB | NPU
|
| 104 |
+
| ConvNext-Base | QNN_DLC | float | Qualcomm® Dragonwing™ IQ-X7181 | 8.41 ms | 1 - 1 MB | NPU
|
| 105 |
+
| ConvNext-Base | QNN_DLC | float | Qualcomm® Dragonwing™ Q-8750 | 4.586 ms | 1 - 183 MB | NPU
|
| 106 |
+
| ConvNext-Base | QNN_DLC | float | Qualcomm® SA7255P | 41.893 ms | 1 - 180 MB | NPU
|
| 107 |
+
| ConvNext-Base | QNN_DLC | float | Qualcomm® SA8295P | 19.676 ms | 1 - 171 MB | NPU
|
| 108 |
+
| ConvNext-Base | QNN_DLC | float | Snapdragon® 8 Elite Mobile | 4.586 ms | 1 - 183 MB | NPU
|
| 109 |
+
| ConvNext-Base | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 3.55 ms | 1 - 186 MB | NPU
|
| 110 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Snapdragon® X2 Elite | 3.096 ms | 0 - 0 MB | NPU
|
| 111 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Snapdragon® X Elite | 6.329 ms | 0 - 0 MB | NPU
|
| 112 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Snapdragon® 8 Gen 3 Mobile | 4.074 ms | 0 - 250 MB | NPU
|
| 113 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Snapdragon® 8 Gen 1 Mobile | 9.074 ms | 0 - 250 MB | NPU
|
| 114 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ QCS6490 | 29.883 ms | 0 - 2 MB | NPU
|
| 115 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-8275 | 5.768 ms | 0 - 3 MB | NPU
|
| 116 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-8275 | 14.627 ms | 0 - 204 MB | NPU
|
| 117 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 5.9 ms | 0 - 2 MB | NPU
|
| 118 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® SA8775P | 6.2 ms | 0 - 205 MB | NPU
|
| 119 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® SA8650P | 6.2 ms | 0 - 205 MB | NPU
|
| 120 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® SA8255P | 6.2 ms | 0 - 205 MB | NPU
|
| 121 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® QCS8450 | 9.074 ms | 0 - 250 MB | NPU
|
| 122 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-9075 | 5.931 ms | 2 - 4 MB | NPU
|
| 123 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ IQ-X7181 | 6.329 ms | 0 - 0 MB | NPU
|
| 124 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ Q-6690 | 75.164 ms | 0 - 402 MB | NPU
|
| 125 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ Q-7790 | 7.742 ms | 0 - 256 MB | NPU
|
| 126 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® Dragonwing™ Q-8750 | 3.256 ms | 0 - 195 MB | NPU
|
| 127 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® SA7255P | 14.627 ms | 0 - 204 MB | NPU
|
| 128 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Qualcomm® SA8295P | 9.386 ms | 0 - 204 MB | NPU
|
| 129 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Snapdragon® 8 Elite Mobile | 3.256 ms | 0 - 195 MB | NPU
|
| 130 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Snapdragon® 8 Elite Gen 5 Mobile | 2.573 ms | 0 - 214 MB | NPU
|
| 131 |
+
| ConvNext-Base | QNN_DLC | w8a16 | Snapdragon® 7 Gen 4 Mobile | 7.742 ms | 0 - 256 MB | NPU
|
| 132 |
+
| ConvNext-Base | TFLITE | float | Snapdragon® 8 Gen 3 Mobile | 5.449 ms | 0 - 302 MB | NPU
|
| 133 |
+
| ConvNext-Base | TFLITE | float | Snapdragon® 8 Gen 1 Mobile | 19.656 ms | 0 - 292 MB | NPU
|
| 134 |
+
| ConvNext-Base | TFLITE | float | Qualcomm® Dragonwing™ IQ-8275 | 12.179 ms | 0 - 178 MB | NPU
|
| 135 |
+
| ConvNext-Base | TFLITE | float | Qualcomm® Dragonwing™ IQ-8275 | 40.981 ms | 0 - 175 MB | NPU
|
| 136 |
+
| ConvNext-Base | TFLITE | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 7.311 ms | 0 - 3 MB | NPU
|
| 137 |
+
| ConvNext-Base | TFLITE | float | Qualcomm® SA8775P | 11.074 ms | 0 - 176 MB | NPU
|
| 138 |
+
| ConvNext-Base | TFLITE | float | Qualcomm® SA8650P | 11.074 ms | 0 - 176 MB | NPU
|
| 139 |
+
| ConvNext-Base | TFLITE | float | Qualcomm® SA8255P | 11.074 ms | 0 - 176 MB | NPU
|
| 140 |
+
| ConvNext-Base | TFLITE | float | Qualcomm® QCS8450 | 19.656 ms | 0 - 292 MB | NPU
|
| 141 |
+
| ConvNext-Base | TFLITE | float | Qualcomm® Dragonwing™ IQ-9075 | 10.811 ms | 0 - 177 MB | NPU
|
| 142 |
+
| ConvNext-Base | TFLITE | float | Qualcomm® Dragonwing™ Q-8750 | 4.091 ms | 0 - 179 MB | NPU
|
| 143 |
+
| ConvNext-Base | TFLITE | float | Qualcomm® SA7255P | 40.981 ms | 0 - 175 MB | NPU
|
| 144 |
+
| ConvNext-Base | TFLITE | float | Qualcomm® SA8295P | 18.78 ms | 0 - 161 MB | NPU
|
| 145 |
+
| ConvNext-Base | TFLITE | float | Snapdragon® 8 Elite Mobile | 4.091 ms | 0 - 179 MB | NPU
|
| 146 |
+
| ConvNext-Base | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 3.219 ms | 0 - 180 MB | NPU
|
| 147 |
|
| 148 |
## License
|
| 149 |
* The license for the original implementation of ConvNext-Base can be found
|
release_assets.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"version": "0.
|
| 3 |
"precisions": {
|
| 4 |
"float": {
|
| 5 |
"universal_assets": {
|
|
@@ -8,19 +8,19 @@
|
|
| 8 |
"qairt": "2.45.0.260326154327",
|
| 9 |
"onnx_runtime": "1.27.1"
|
| 10 |
},
|
| 11 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.
|
| 12 |
},
|
| 13 |
"qnn_dlc": {
|
| 14 |
"tool_versions": {
|
| 15 |
"qairt": "2.45.0.260326154327"
|
| 16 |
},
|
| 17 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.
|
| 18 |
},
|
| 19 |
"tflite": {
|
| 20 |
"tool_versions": {
|
| 21 |
"qairt": "2.45.0.260326154327"
|
| 22 |
},
|
| 23 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.
|
| 24 |
}
|
| 25 |
}
|
| 26 |
},
|
|
@@ -31,13 +31,13 @@
|
|
| 31 |
"qairt": "2.45.0.260326154327",
|
| 32 |
"onnx_runtime": "1.27.1"
|
| 33 |
},
|
| 34 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.
|
| 35 |
},
|
| 36 |
"qnn_dlc": {
|
| 37 |
"tool_versions": {
|
| 38 |
"qairt": "2.45.0.260326154327"
|
| 39 |
},
|
| 40 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.
|
| 41 |
}
|
| 42 |
}
|
| 43 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"version": "0.60.0",
|
| 3 |
"precisions": {
|
| 4 |
"float": {
|
| 5 |
"universal_assets": {
|
|
|
|
| 8 |
"qairt": "2.45.0.260326154327",
|
| 9 |
"onnx_runtime": "1.27.1"
|
| 10 |
},
|
| 11 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.60.0/convnext_base-onnx-float.zip"
|
| 12 |
},
|
| 13 |
"qnn_dlc": {
|
| 14 |
"tool_versions": {
|
| 15 |
"qairt": "2.45.0.260326154327"
|
| 16 |
},
|
| 17 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.60.0/convnext_base-qnn_dlc-float.zip"
|
| 18 |
},
|
| 19 |
"tflite": {
|
| 20 |
"tool_versions": {
|
| 21 |
"qairt": "2.45.0.260326154327"
|
| 22 |
},
|
| 23 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.60.0/convnext_base-tflite-float.zip"
|
| 24 |
}
|
| 25 |
}
|
| 26 |
},
|
|
|
|
| 31 |
"qairt": "2.45.0.260326154327",
|
| 32 |
"onnx_runtime": "1.27.1"
|
| 33 |
},
|
| 34 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.60.0/convnext_base-onnx-w8a16.zip"
|
| 35 |
},
|
| 36 |
"qnn_dlc": {
|
| 37 |
"tool_versions": {
|
| 38 |
"qairt": "2.45.0.260326154327"
|
| 39 |
},
|
| 40 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/convnext_base/releases/v0.60.0/convnext_base-qnn_dlc-w8a16.zip"
|
| 41 |
}
|
| 42 |
}
|
| 43 |
}
|