main.md 938 字节
Newer Older
J
jiangjiajun 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
---
name: X2Paddle
about: 第三方模型转换至PaddlePaddle,请说明模型的来源,模型类型(例如图像分类、目标检测等)
---

请说明模型的来源,模型类型(例如图像分类、目标检测等)  

如有原模型文件或github链接,如方便可一并附上,方便开发人员分析。

**为了便于开发人员快速定位原因,建议将模型文件上传(或通过百度网盘分享)**

## 示例

模型来源: TensorFlow
模型说明: 图像分类模型,其相应repo为 https://github.com/xxxx
模型文件: 链接: https://pan.baidu.com/s/1LRzTSJwsLOul99Tj5_43wQ 密码: d3dg
转换过程出错提示如下:
```
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']}
```