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

remove or fix broken models from shark test suite #862

Open
zjgarvey opened this issue Oct 9, 2024 · 0 comments
Open

remove or fix broken models from shark test suite #862

zjgarvey opened this issue Oct 9, 2024 · 0 comments
Assignees

Comments

@zjgarvey
Copy link
Collaborator

zjgarvey commented Oct 9, 2024

  1. These models do not contain their corresponding external weight files. These should be removed or the models with weights included should be re-uploaded.

  2. The model "migraphx_onnx-misc__taau_low_res_downsample_d2s_for_infer_time_fp16_opset11" has empty f16 values being fed into Resize nodes, and does not even load in onnxruntime. This is likely because those arguments are optional, so it might be possible to fix this by figuring out how to pass "None" as an input arg to a node. If we can't resolve this, then we should just remove this test.

  3. These models have memory allocation issues during onnxruntime or get Killed during onnxruntime session. I'm not sure what to do about these.

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

No branches or pull requests

2 participants