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

Output shape of resize op is not correct. #1719

Closed
linkerzhang opened this issue Aug 29, 2019 · 3 comments
Closed

Output shape of resize op is not correct. #1719

linkerzhang opened this issue Aug 29, 2019 · 3 comments
Assignees

Comments

@linkerzhang
Copy link
Contributor

refer to issue reported in ONNX onnx/onnx#2267.

@hariharans29
Copy link
Member

Hi @cjt222,

  1. Can you attach your py script from the original issue? It is hard to re-write the script from a screenshot. And I need to script to try and repro.

  2. Also, this is a vanilla test case for Resize op. I am surprised it is failing. I think there must be some other issue that isn't easily visible. Please provide these details to investigate further -
    Which version of ORT are you using?
    Is it the CPU or GPU package?
    And which platform are you running the script ?

Thanks

@hariharans29 hariharans29 self-assigned this Sep 4, 2019
@hariharans29
Copy link
Member

Hi @cjt222,

Were you able to resolve this ?

Thanks!

@hariharans29
Copy link
Member

Closing this as this seems to be an artifact of local environment issue.

This is a vanilla use-case for the Resize op and there are unit tests covering a very similar case (the only change is the raw data involved) -

TEST(ResizeOpTest, ResizeOpLineartUpSampleTest_4DBilinear) {
.

If you haven't resolved this, please re-open with the *.py script attached that we can use to re-pro.

Thanks!

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