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

onnx importer backend pad reshape transpose #264

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

pecanjk
Copy link

@pecanjk pecanjk commented Aug 25, 2021

based on my yolov3_tiny onnx model file test. we find nnx importer backend pad ops reshape should transpose to match the dims

Signed-off-by: longingji <xinglongji@outlook.com>
Signed-off-by: longingji <xinglongji@outlook.com>
@sousoux
Copy link
Contributor

sousoux commented Nov 17, 2021

The transpose patch is incorrect. You should use the -T option to the dump command.
The pad patch I guess is indicating that the second input is optional and should default to 0 but the patch is not doing that.

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.

None yet

3 participants