File size: 1,723 Bytes
029ce14 a860733 029ce14 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
license: other
license_name: aplux-model-farm-license
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
pipeline_tag: image-classification
tags:
- AIoT
- QNN
---

## Shufflenet-v2: Image Classification
ShuffleNet-v2 is an efficient convolutional neural network designed for mobile and embedded devices. It introduces two key strategies: "channel splitting" and "channel shuffling" to optimize performance in resource-constrained environments. Channel splitting reduces computation, while channel shuffling ensures effective information exchange across different groups. Additionally, ShuffleNet-v2 simplifies the network structure, further reducing memory access cost and improving overall inference speed. This model is particularly suitable for tasks like image classification and object detection, significantly lowering computational complexity while maintaining high accuracy.
### Source model
- Input shape: 224x224
- Number of parameters: 1.30M
- Model size: 5.26M
- Output shape: 1x1000
Source model repository: [Shufflenet-v2](https://github.com/pytorch/vision/blob/main/torchvision/models/shufflenetv2.py)
## Performance Reference
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## Inference & Model Conversion
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## License
- Source Model: [BSD-3-CLAUSE](https://github.com/pytorch/vision/blob/main/LICENSE)
- Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf) |