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

[ONNXRuntimeError] : 1 : FAIL : Node () Op (Tile) [ShapeInferenceError] 'repeats' input has incorrect number of values #75

Open
lgcy opened this issue Jun 24, 2020 · 2 comments
Labels
optimizer issue about onnx optimizer

Comments

@lgcy
Copy link

lgcy commented Jun 24, 2020

The number of values in 'repeats' must be equal to the number of input dimensions

@syedmohsinbukhari
Copy link

Getting this same error

Full error message:

onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Node (Tile_716) Op (Tile) [ShapeInferenceError] 'Repeats' input has incorrect number of values. The number of values in 'repeats' must be equal to the number of input dimensions.

@daquexian
Copy link
Owner

Thanks for the report!

This is a bug of onnx optimizer onnx/optimizer#3

The broken optimizer is disabled for now. Please upgrade onnx-simplifier to the latest version.

This issue will remain open until onnx/optimizer#3 gets fixed.

@daquexian daquexian added the optimizer issue about onnx optimizer label Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimizer issue about onnx optimizer
Projects
None yet
Development

No branches or pull requests

3 participants