-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
incompatible types Int64 and Int32 #4268
Comments
Can you please share the ONNX model and the command/script you're using to build the engine? |
incompatible types, onnx-trt has check the two inputs's type. |
@asfiyab-nvidia absolutely, the model is: https://github.com/sair-lab/AirSLAM/blob/master/output/superpoint_v1_sim_int32.onnx And my build code is:
|
@antithing Upon inspecting your provided model, it seems to be an issue with the model itself. The error is the following:
The violating op ONNX requires all inputs to In fact, Script:
Error:
To resolve this, you could either change all the initializers to |
Okay thank you for looking into this for me! Much appreciated. |
I am trying to build an engine using TensorRT 10 and the
superpoint_v1_sim_int32.onnx
model.I get:
This was working well with TensorRT 8.6, what do I need to do to build the engine in TRT 10?
Thanks!
The text was updated successfully, but these errors were encountered: