qaihm-bot commited on
Commit
763eae0
·
verified ·
1 Parent(s): cac203e

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

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -16,7 +16,7 @@ pipeline_tag: image-classification
16
  MNASNet05 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 MNASNet05 found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/mnasnet.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/tree/v0.49.1/qai_hub_models/models/mnasnet05) 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
 
@@ -30,14 +30,14 @@ Download pre-exported model assets from **[MNASNet05 on Qualcomm® AI Hub](https
30
 
31
  ### Option 2: Export with Custom Configurations
32
 
33
- Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/tree/v0.49.1/qai_hub_models/models/mnasnet05) Python library to compile and export the model with your own:
34
  - Custom weights (e.g., fine-tuned checkpoints)
35
  - Custom input shapes
36
  - Target device and runtime configurations
37
 
38
  This option is ideal if you need to customize the model beyond the default configuration provided here.
39
 
40
- See our repository for [MNASNet05 on GitHub](https://github.com/qualcomm/ai-hub-models/tree/v0.49.1/qai_hub_models/models/mnasnet05) for usage instructions.
41
 
42
  ## Model Details
43
 
 
16
  MNASNet05 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 MNASNet05 found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/mnasnet.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/main/qai_hub_models/models/mnasnet05) 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
 
 
30
 
31
  ### Option 2: Export with Custom Configurations
32
 
33
+ Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/qai_hub_models/models/mnasnet05) Python library to compile and export the model with your own:
34
  - Custom weights (e.g., fine-tuned checkpoints)
35
  - Custom input shapes
36
  - Target device and runtime configurations
37
 
38
  This option is ideal if you need to customize the model beyond the default configuration provided here.
39
 
40
+ See our repository for [MNASNet05 on GitHub](https://github.com/qualcomm/ai-hub-models/blob/main/qai_hub_models/models/mnasnet05) for usage instructions.
41
 
42
  ## Model Details
43