Skip to content

Commit 09d9114

Browse files
authored
Merge pull request #711 from wjj19950828/update_issue_tp
Update issue template
2 parents dcf01a7 + b7843b7 commit 09d9114

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

.github/ISSUE_TEMPLATE/main.md

+18-13
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,25 @@ name: X2Paddle
33
about: 第三方模型转换至PaddlePaddle,请说明模型的来源,模型类型(例如图像分类、目标检测等)
44
---
55

6-
请说明模型的来源,模型类型(例如图像分类、目标检测等),应用场景(如需要转为Paddle,通过PaddleLite部署到树莓派上,满足XXX需求)
6+
感谢您参与 X2Paddle 社区! 问题模版为了 X2Paddle 能更好的迭代,例如新功能发布、 RoadMaps 和错误跟踪. :smile_cat:
77

8-
**提示 上述有详细描述的issue会让工程师更快了解用户的需求,丰富产品的功能和易用性,相关issue也会被优先处理!!!**
8+
## 问题描述
99

10-
如有原模型文件或github链接,如方便可一并附上,方便开发人员分析。
10+
- 错误信息
11+
- 错误截图
1112

12-
为了便于开发人员快速定位原因,建议将模型文件上传(或通过百度网盘分享)
13+
## 具体信息
1314

14-
## 示例
15-
16-
模型来源: TensorFlow
17-
模型说明: 图像分类模型,其相应repo为 https://github.com/xxxx
18-
模型文件: 链接: https://pan.baidu.com/s/1LRzTSJwsLOul99Tj5_43wQ 密码: d3dg
19-
转换过程出错提示如下:
20-
```
21-
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']}
22-
```
15+
- 转换模型后用处
16+
- [ ] 使用 Paddle 框架/ PaddleInference 推理预测
17+
- [ ] 使用 Paddle-Lite 做移动端推理
18+
- [ ] 转换预训练参数,再使用 Paddle 进行模型开发
19+
- 模型来源
20+
YOLOX:https://github.com/Megvii-BaseDetection/YOLOX
21+
- 应用场景
22+
用于移动端业务下的检测业务
23+
- 版本信息
24+
PaddlePaddle => :grey_question:
25+
X2Paddle => :grey_question:
26+
来源框架版本(PyTorch/TF/ONNX/Caffe) => :grey_question:
27+
- 您的联系方式(邮箱/微信/电话)

0 commit comments

Comments
 (0)