Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 1.22 KB

File metadata and controls

31 lines (28 loc) · 1.22 KB

python样例

目录结构与说明

本目录为python样例目录,目录结构和具体说明如下。
注:标注为正在开发的样例,暂时只是规划了样例目录,内容正在开发中,待开发完成后再上传仓库。

./
├── common公共代码目录(正在开发)
├── contrib用户贡献样例
│   ├── cartoonGAN_picture
│   └── garbage_picture
├── level1_single_api级别1-单一功能接口样例
│   ├── 1_acl
│   ├── 2_atc
│   ├── 3_ir
│   ├── 4_op_dev
│   ├── 5_200dk_peripheral
│   ├── 6_media
│   ├── 7_dvpp
│   ├── 8_graphrun
│   └── 9_amct
├── level2_simple_inference级别2-推理教学样例
│   ├── 1_classification
│   ├── 2_object_detection
│   ├── 3_segmentation
│   ├── 4_recommendation
│   ├── 5_nlp
│   ├── 6_other
│   └── n_performance
└── level3_multi_model级别3-行业样例(正在开发)