Skip to content

Commit b264e60

Browse files
committed
modify template issue
1 parent a05b21f commit b264e60

File tree

5 files changed

+20
-27
lines changed

5 files changed

+20
-27
lines changed

.github/ISSUE_TEMPLATE/caffe2paddle.md

-8
This file was deleted.

.github/ISSUE_TEMPLATE/main.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: X2Paddle
3+
about: 第三方模型转换至PaddlePaddle,请说明模型的来源,模型类型(例如图像分类、目标检测等)
4+
---
5+
6+
请说明模型的来源,模型类型(例如图像分类、目标检测等)
7+
8+
如有原模型文件或github链接,如方便可一并附上,方便开发人员分析。
9+
10+
**为了便于开发人员快速定位原因,建议将模型文件上传(或通过百度网盘分享)**
11+
12+
## 示例
13+
14+
模型来源: TensorFlow
15+
模型说明: 图像分类模型,其相应repo为 https://github.com/xxxx
16+
模型文件: 链接: https://pan.baidu.com/s/1LRzTSJwsLOul99Tj5_43wQ 密码: d3dg
17+
转换过程出错提示如下:
18+
```
19+
Exception: Error happened when mapping node ['prior_box@0'] to onnx, which op_type is 'prior_box' with inputs: {'Image': ['image'], 'Input': ['elementwise_add_7.tmp_1']} and outputs: {'Boxes': ['prior_box_0.tmp_0'], 'Variances': ['prior_box_0.tmp_1']}
20+
```

.github/ISSUE_TEMPLATE/onnx2paddle.md

-7
This file was deleted.

.github/ISSUE_TEMPLATE/other.md

-4
This file was deleted.

.github/ISSUE_TEMPLATE/tensorflow2paddle.md

-8
This file was deleted.

0 commit comments

Comments
 (0)