v0.57.0
Browse filesSee https://github.com/qualcomm/ai-hub-models/releases/v0.57.0 for changelog.
- README.md +8 -8
- release_assets.json +6 -6
README.md
CHANGED
|
@@ -16,7 +16,7 @@ pipeline_tag: image-classification
|
|
| 16 |
EfficientNetV2-s 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.
|
| 17 |
|
| 18 |
This is based on the implementation of EfficientNet-V2-s found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/efficientnet.py).
|
| 19 |
-
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/
|
| 20 |
|
| 21 |
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.
|
| 22 |
|
|
@@ -29,25 +29,25 @@ Below are pre-exported model assets ready for deployment.
|
|
| 29 |
|
| 30 |
| Runtime | Precision | Chipset | SDK Versions | Download |
|
| 31 |
|---|---|---|---|---|
|
| 32 |
-
| ONNX | float | Universal | QAIRT 2.45, ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.
|
| 33 |
-
| ONNX | w8a16 | Universal | QAIRT 2.45, ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.
|
| 34 |
-
| QNN_DLC | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.
|
| 35 |
-
| QNN_DLC | w8a16 | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.
|
| 36 |
-
| TFLITE | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.
|
| 37 |
|
| 38 |
For more device-specific assets and performance metrics, visit **[EfficientNet-V2-s on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/efficientnet_v2_s)**.
|
| 39 |
|
| 40 |
|
| 41 |
### Option 2: Export with Custom Configurations
|
| 42 |
|
| 43 |
-
Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/
|
| 44 |
- Custom weights (e.g., fine-tuned checkpoints)
|
| 45 |
- Custom input shapes
|
| 46 |
- Target device and runtime configurations
|
| 47 |
|
| 48 |
This option is ideal if you need to customize the model beyond the default configuration provided here.
|
| 49 |
|
| 50 |
-
See our repository for [EfficientNet-V2-s on GitHub](https://github.com/qualcomm/ai-hub-models/blob/
|
| 51 |
|
| 52 |
## Model Details
|
| 53 |
|
|
|
|
| 16 |
EfficientNetV2-s 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.
|
| 17 |
|
| 18 |
This is based on the implementation of EfficientNet-V2-s found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/efficientnet.py).
|
| 19 |
+
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.57.0/src/qai_hub_models/models/efficientnet_v2_s) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
|
| 20 |
|
| 21 |
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.
|
| 22 |
|
|
|
|
| 29 |
|
| 30 |
| Runtime | Precision | Chipset | SDK Versions | Download |
|
| 31 |
|---|---|---|---|---|
|
| 32 |
+
| ONNX | float | Universal | QAIRT 2.45, ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.0/efficientnet_v2_s-onnx-float.zip)
|
| 33 |
+
| ONNX | w8a16 | Universal | QAIRT 2.45, ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.0/efficientnet_v2_s-onnx-w8a16.zip)
|
| 34 |
+
| QNN_DLC | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.0/efficientnet_v2_s-qnn_dlc-float.zip)
|
| 35 |
+
| QNN_DLC | w8a16 | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.0/efficientnet_v2_s-qnn_dlc-w8a16.zip)
|
| 36 |
+
| TFLITE | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.0/efficientnet_v2_s-tflite-float.zip)
|
| 37 |
|
| 38 |
For more device-specific assets and performance metrics, visit **[EfficientNet-V2-s on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/efficientnet_v2_s)**.
|
| 39 |
|
| 40 |
|
| 41 |
### Option 2: Export with Custom Configurations
|
| 42 |
|
| 43 |
+
Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.57.0/src/qai_hub_models/models/efficientnet_v2_s) Python library to compile and export the model with your own:
|
| 44 |
- Custom weights (e.g., fine-tuned checkpoints)
|
| 45 |
- Custom input shapes
|
| 46 |
- Target device and runtime configurations
|
| 47 |
|
| 48 |
This option is ideal if you need to customize the model beyond the default configuration provided here.
|
| 49 |
|
| 50 |
+
See our repository for [EfficientNet-V2-s on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.57.0/src/qai_hub_models/models/efficientnet_v2_s) for usage instructions.
|
| 51 |
|
| 52 |
## Model Details
|
| 53 |
|
release_assets.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"version": "0.
|
| 3 |
"precisions": {
|
| 4 |
"w8a16": {
|
| 5 |
"universal_assets": {
|
|
@@ -7,14 +7,14 @@
|
|
| 7 |
"tool_versions": {
|
| 8 |
"qairt": "2.45.0.260326154327"
|
| 9 |
},
|
| 10 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.
|
| 11 |
},
|
| 12 |
"onnx": {
|
| 13 |
"tool_versions": {
|
| 14 |
"qairt": "2.45.0.260326154327",
|
| 15 |
"onnx_runtime": "1.25.0"
|
| 16 |
},
|
| 17 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.
|
| 18 |
}
|
| 19 |
}
|
| 20 |
},
|
|
@@ -25,20 +25,20 @@
|
|
| 25 |
"qairt": "2.45.0.260326154327",
|
| 26 |
"litert": "1.4.4"
|
| 27 |
},
|
| 28 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.
|
| 29 |
},
|
| 30 |
"qnn_dlc": {
|
| 31 |
"tool_versions": {
|
| 32 |
"qairt": "2.45.0.260326154327"
|
| 33 |
},
|
| 34 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.
|
| 35 |
},
|
| 36 |
"onnx": {
|
| 37 |
"tool_versions": {
|
| 38 |
"qairt": "2.45.0.260326154327",
|
| 39 |
"onnx_runtime": "1.25.0"
|
| 40 |
},
|
| 41 |
-
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.
|
| 42 |
}
|
| 43 |
}
|
| 44 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"version": "0.57.0",
|
| 3 |
"precisions": {
|
| 4 |
"w8a16": {
|
| 5 |
"universal_assets": {
|
|
|
|
| 7 |
"tool_versions": {
|
| 8 |
"qairt": "2.45.0.260326154327"
|
| 9 |
},
|
| 10 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.0/efficientnet_v2_s-qnn_dlc-w8a16.zip"
|
| 11 |
},
|
| 12 |
"onnx": {
|
| 13 |
"tool_versions": {
|
| 14 |
"qairt": "2.45.0.260326154327",
|
| 15 |
"onnx_runtime": "1.25.0"
|
| 16 |
},
|
| 17 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.0/efficientnet_v2_s-onnx-w8a16.zip"
|
| 18 |
}
|
| 19 |
}
|
| 20 |
},
|
|
|
|
| 25 |
"qairt": "2.45.0.260326154327",
|
| 26 |
"litert": "1.4.4"
|
| 27 |
},
|
| 28 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.0/efficientnet_v2_s-tflite-float.zip"
|
| 29 |
},
|
| 30 |
"qnn_dlc": {
|
| 31 |
"tool_versions": {
|
| 32 |
"qairt": "2.45.0.260326154327"
|
| 33 |
},
|
| 34 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.0/efficientnet_v2_s-qnn_dlc-float.zip"
|
| 35 |
},
|
| 36 |
"onnx": {
|
| 37 |
"tool_versions": {
|
| 38 |
"qairt": "2.45.0.260326154327",
|
| 39 |
"onnx_runtime": "1.25.0"
|
| 40 |
},
|
| 41 |
+
"download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/efficientnet_v2_s/releases/v0.57.0/efficientnet_v2_s-onnx-float.zip"
|
| 42 |
}
|
| 43 |
}
|
| 44 |
}
|