An open API service indexing awesome lists of open source software.

https://github.com/mindspore-courses/orange-pi-mindspore

MindSpore notebooks on OrangePi AiPro
https://github.com/mindspore-courses/orange-pi-mindspore

Last synced: 24 days ago
JSON representation

MindSpore notebooks on OrangePi AiPro

Awesome Lists containing this project

README

        

# orange-pi-mindspore
### 支持模型
#### 当前香橙派在线推理支持的模型如下:
| 模型名 | 支持CANN版本 | 支持Mindspore版本 | 支持的香橙派开发板型号 |
| :----- |:----- |:----- |:-----|
| [ResNet50](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/02-ResNet50) | 8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[ViT](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/03-ViT)| 8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[FCN](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/04-FCN)| 8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[ShuffleNet](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/05-ShuffleNet)| 8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[SSD](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/06-SSD)|8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[RNN](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/07-RNN)|8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[LSTM+CRF](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/08-LSTM%2BCRF)|8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[GAN](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/09-GAN)|8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[DCGAN](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/10-DCGAN)|8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[Pix2Pix](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/11-Pix2Pix)|8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[Diffusion](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/12-Diffusion)|8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[ResNet50_transfer](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/13-ResNet50_transfer)|8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[Qwen1.5-0.5b](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/14-qwen1.5-0.5b)|8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[TinyLlama-1.1B](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/15-tinyllama)|8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[DctNet](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/16-DctNet) |8.0.RC3.alpha002 | 2.4.10| 8T16G |
|[DeepSeek-R1-Distill-Qwen-1.5B](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Online/17-DeepSeek-R1-Distill-Qwen-1.5B) |8.0.RC3.alpha002 | 2.4.10/2.5.0| 20T24G |

#### 当前香橙派离线推理支持的模型如下:
| 模型名 | 支持CANN版本 | 支持Mindspore版本 | 支持的香橙派开发板型号 |
| ---- | ---- | ---- | ---- |
| [CNNCTC](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Offline/01-CNNCTC) | 8.0.RC2.alpha003 | 2.2.14| 8T16G |
|[ResNet50](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Offline/02-ResNet50)| 8.0.RC2.alpha003 | 2.2.14| 8T16G |
|[HDR](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Offline/03-HDR)| 8.0.RC2.alpha003 | 2.2.14| 8T16G |
|[CycleGAN](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Offline/04-CycleGAN)| 8.0.RC2.alpha003 | 2.2.14| 8T16G |
|[Shufflenet](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Offline/05-Shufflenet)|8.0.RC2.alpha003 | 2.2.14| 8T16G |
|[FCN](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Offline/06-FCN)|8.0.RC2.alpha003 | 2.2.14| 8T16G |
|[Pix2Pix](https://github.com/mindspore-courses/orange-pi-mindspore/tree/master/Offline/07-Pix2Pix)|8.0.RC2.alpha003 | 2.2.14| 8T16G |

**注:**

- 在线推理案例指导请参考Online文件夹中的README文档

- 离线推理案例指导请参考Offline文件夹中的README文档