Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trying fix onnx slice op bug #431

Merged
merged 26 commits into from
Oct 12, 2020
Merged

Conversation

zjd1988
Copy link
Contributor

@zjd1988 zjd1988 commented Oct 9, 2020

背景:
yolov4-tiny 网络的最新route算子有新增新的特性 ceccocats/tkDNN#59 (groups和group_id)
在转换时,想把route转成slice 加concat两个op的组合,修改转换代码完成模型转换后,使用tengine-lite进行推理,在执行到slice时出现异常
分析:
从onnx的slice算子属性看,对应代码的实现有点问题
https://github.com/onnx/onnx/blob/master/docs/Changelog.md#Slice-1
企业微信截图_16022239768073

Copy link
Contributor

@BUG1989 BUG1989 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@BUG1989 BUG1989 merged commit 27a8d67 into OAID:tengine-lite Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants