Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1022 Bytes

File metadata and controls

14 lines (12 loc) · 1022 Bytes

中文|English

从训练到推理端到端样例

介绍

本目录包含多个端到端样例,以供用户参考。目录结构和具体说明如下。

样例 说明
GoogleNet_e2e GoogleNet图片分类应用全流程开发(MindSpore训练+AscendCL推理)
LeNet_e2e LeNet图像分类应用全流程开发(MindSpore训练+AscendCL推理)
ResNet50_e2e ResNet50图片分类应用全流程开发(MindSpore训练+AscendCL推理)
YOLOV3_mask_detection_e2e ModelArts+Ascend310 从modelarts到线下部署,开发口罩识别AI应用(图片输入+图片输出)
garbage_e2e MindSpore+Ascend310 从MindSpore到线下部署,开发垃圾分类AI应用(图片输入+图片输出)
vgg16_cat_dog_e2e ModelArts- jupyter +Ascend310 从ModelArts到线下部署,开发猫狗识别AI应用(图片输入+图片输出)