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 convert to tensorrt error #40

Closed
lucasjinreal opened this issue Apr 22, 2020 · 5 comments
Closed

onnx convert to tensorrt error #40

lucasjinreal opened this issue Apr 22, 2020 · 5 comments

Comments

@lucasjinreal
Copy link

While parsing node number 243 [InstanceNormalization -> "615"]:
ERROR: /home/onnx-tensorrt/builtin_op_importers.cpp:1550 In function importInstanceNormalization:
[8] Assertion failed: !isDynamic(tensor_ptr->getDimensions()) && "InstanceNormalization does not support dynamic inputs!
@blueardour
Copy link
Contributor

@jinfagang see newest demo under onnx folder

@zhou-frank
Copy link

I have same error with you. How to solve this error?

@ThrillerWYY
Copy link

I have same error with you. How to solve this error?

did you solve this error?

@zhou-frank
Copy link

not yet

@jkjung-avt
Copy link

Referring to onnx/onnx-tensorrt#374 (comment), this is an issue of v7.1.x or earlier versions of TensorRT. It has been fixed since TensorRT 7.2.

I was able to work around this problem for TensorRT 7.1 by compiling a patched version of onnx-tensorrt by myself. Check out Demo #7: MODNet for details.

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

5 participants