OAID / Tengine-Convert-Tools

Tengine Convert Tool supports converting multi framworks' models into tmfile that suitable for Tengine-Lite AI framework.
Apache License 2.0
94 stars 34 forks source link

onnx deconv params not consistent with tengine-lite branch #25

Closed zjd1988 closed 3 years ago

zjd1988 commented 3 years ago

使用原有转换工具转换包含deconv算子模型,在使用tengine-lite推理时会在解析deconv param时有问题,因为转换工具和推理引擎对于deconv参数的定义不一致,所以导致推理过程出错。