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

[circle2circle] Check file size > 2G with unet #14074

Open
1 of 2 tasks
seanshpark opened this issue Sep 24, 2024 · 5 comments
Open
1 of 2 tasks

[circle2circle] Check file size > 2G with unet #14074

seanshpark opened this issue Sep 24, 2024 · 5 comments

Comments

@seanshpark
Copy link
Contributor

seanshpark commented Sep 24, 2024

Logs of issues with our 4G unet internal model.

This model is converted from ONNX.

tasks

  • resolve model conversion with internal one-import-onnx-ext tool
  • ...
@seanshpark
Copy link
Contributor Author

seanshpark commented Sep 24, 2024

Reshape Op shape with value of [0, 32, -1]

  • 0 can be treated as 1 --> this is incorrect

from https://onnx.ai/onnx/operators/onnx__Reshape.html#reshape-19

  • I'm not sure accepting opset-19 as of now is OK or not
  • but anyway, we have a model with opset-17(?) having 0 in shape ... this is weird

what to do

  • copy dimension value from input
  • but may have to preserve as 0 when there is any issue with this
  • but need to sync with our Backends

@seanshpark seanshpark changed the title [compiler] Check file size > 2G with unet [circle2circle] Check file size > 2G with unet Sep 24, 2024
@seanshpark

This comment was marked as off-topic.

@pcs1265

This comment was marked as off-topic.

@seanshpark

This comment was marked as off-topic.

@pcs1265

This comment was marked as off-topic.

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