qaihm-bot commited on
Commit
f3f3d81
·
verified ·
1 Parent(s): 973e890

See https://github.com/qualcomm/ai-hub-models/releases/v0.57.1 for changelog.

Files changed (2) hide show
  1. README.md +7 -7
  2. release_assets.json +5 -5
README.md CHANGED
@@ -15,7 +15,7 @@ pipeline_tag: image-classification
15
  NASNet is a CNN-based architecture discovered via Neural Architecture Search (NAS) that can classify images from the Imagenet dataset.
16
 
17
  This is based on the implementation of NASNet found [here](https://github.com/huggingface/pytorch-image-models/tree/main).
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.57.0/src/qai_hub_models/models/nasnet) 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,24 +28,24 @@ 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.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.0/nasnet-onnx-float.zip)
32
- | ONNX | w8a8_mixed_fp16 | Universal | QAIRT 2.45, ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.0/nasnet-onnx-w8a8_mixed_fp16.zip)
33
- | QNN_DLC | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.0/nasnet-qnn_dlc-float.zip)
34
- | TFLITE | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.0/nasnet-tflite-float.zip)
35
 
36
  For more device-specific assets and performance metrics, visit **[NASNet on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/nasnet)**.
37
 
38
 
39
  ### Option 2: Export with Custom Configurations
40
 
41
- Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.57.0/src/qai_hub_models/models/nasnet) Python library to compile and export the model with your own:
42
  - Custom weights (e.g., fine-tuned checkpoints)
43
  - Custom input shapes
44
  - Target device and runtime configurations
45
 
46
  This option is ideal if you need to customize the model beyond the default configuration provided here.
47
 
48
- See our repository for [NASNet on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.57.0/src/qai_hub_models/models/nasnet) for usage instructions.
49
 
50
  ## Model Details
51
 
 
15
  NASNet is a CNN-based architecture discovered via Neural Architecture Search (NAS) that can classify images from the Imagenet dataset.
16
 
17
  This is based on the implementation of NASNet found [here](https://github.com/huggingface/pytorch-image-models/tree/main).
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.57.1/src/qai_hub_models/models/nasnet) 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.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.1/nasnet-onnx-float.zip)
32
+ | ONNX | w8a8_mixed_fp16 | Universal | QAIRT 2.45, ONNX Runtime 1.25.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.1/nasnet-onnx-w8a8_mixed_fp16.zip)
33
+ | QNN_DLC | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.1/nasnet-qnn_dlc-float.zip)
34
+ | TFLITE | float | Universal | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.1/nasnet-tflite-float.zip)
35
 
36
  For more device-specific assets and performance metrics, visit **[NASNet on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/nasnet)**.
37
 
38
 
39
  ### Option 2: Export with Custom Configurations
40
 
41
+ Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.57.1/src/qai_hub_models/models/nasnet) Python library to compile and export the model with your own:
42
  - Custom weights (e.g., fine-tuned checkpoints)
43
  - Custom input shapes
44
  - Target device and runtime configurations
45
 
46
  This option is ideal if you need to customize the model beyond the default configuration provided here.
47
 
48
+ See our repository for [NASNet on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.57.1/src/qai_hub_models/models/nasnet) for usage instructions.
49
 
50
  ## Model Details
51
 
release_assets.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "version": "0.57.0",
3
  "precisions": {
4
  "w8a8_mixed_fp16": {
5
  "universal_assets": {
@@ -8,7 +8,7 @@
8
  "qairt": "2.45.0.260326154327",
9
  "onnx_runtime": "1.25.0"
10
  },
11
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.0/nasnet-onnx-w8a8_mixed_fp16.zip"
12
  }
13
  }
14
  },
@@ -19,20 +19,20 @@
19
  "qairt": "2.45.0.260326154327",
20
  "litert": "1.4.4"
21
  },
22
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.0/nasnet-tflite-float.zip"
23
  },
24
  "qnn_dlc": {
25
  "tool_versions": {
26
  "qairt": "2.45.0.260326154327"
27
  },
28
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.0/nasnet-qnn_dlc-float.zip"
29
  },
30
  "onnx": {
31
  "tool_versions": {
32
  "qairt": "2.45.0.260326154327",
33
  "onnx_runtime": "1.25.0"
34
  },
35
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.0/nasnet-onnx-float.zip"
36
  }
37
  }
38
  }
 
1
  {
2
+ "version": "0.57.1",
3
  "precisions": {
4
  "w8a8_mixed_fp16": {
5
  "universal_assets": {
 
8
  "qairt": "2.45.0.260326154327",
9
  "onnx_runtime": "1.25.0"
10
  },
11
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.1/nasnet-onnx-w8a8_mixed_fp16.zip"
12
  }
13
  }
14
  },
 
19
  "qairt": "2.45.0.260326154327",
20
  "litert": "1.4.4"
21
  },
22
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.1/nasnet-tflite-float.zip"
23
  },
24
  "qnn_dlc": {
25
  "tool_versions": {
26
  "qairt": "2.45.0.260326154327"
27
  },
28
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.1/nasnet-qnn_dlc-float.zip"
29
  },
30
  "onnx": {
31
  "tool_versions": {
32
  "qairt": "2.45.0.260326154327",
33
  "onnx_runtime": "1.25.0"
34
  },
35
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/nasnet/releases/v0.57.1/nasnet-onnx-float.zip"
36
  }
37
  }
38
  }