-
Notifications
You must be signed in to change notification settings - Fork 74
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
run the demo,got runtime_error #15
Comments
This error is TensorRT related. You just have to run the code again until it reaches a size that is suitable for your GPU. (I personally never encountered this error, but I read that other people "fixed" it like this.) |
As you can see in #5 ,I tried adjusting MAX_WORKSPACE_SIZE and MIN_WORKSPACE_SIZE, but still get same error... and I noticed there is a WARNING before parsing model.onnx :
I am wondering whether the Version conflict of ir_version led to this error? |
This issue seems also caused by TensorRT and GUP versions. I will therefore also close this one, and feel free to ask me reopening it if needed. |
Hi,
after build project, run the demo:
Does anyone know where the bug is?
Thanks!
The text was updated successfully, but these errors were encountered: