You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am converting the model in Windows 10, nvidia driver version 11.1, cudn version 8.0, TensorRT-7.2.2.3, buildengine has the following error:
PS E:\Public_SVN\TensorRT-CenterNet\Release> ./buildEngine -i model/centerface.onnx -o centerface.engine
WARNING: ONNX model has a newer ir_version (0.0.4) than this parser was built against (0.0.3).
Begin building engine...
ERROR: Network must have at least one output
ERROR: Network validation failed.
ERROR: Unable to create engine
The text was updated successfully, but these errors were encountered:
Hello, I am converting the model in Windows 10, nvidia driver version 11.1, cudn version 8.0, TensorRT-7.2.2.3, buildengine has the following error:
PS E:\Public_SVN\TensorRT-CenterNet\Release> ./buildEngine -i model/centerface.onnx -o centerface.engine
Input filename: model/centerface.onnx
ONNX IR version: 0.0.4
Opset version: 0
Producer name: pytorch
Producer version:
Domain:
Model version: 0
Doc string:
WARNING: ONNX model has a newer ir_version (0.0.4) than this parser was built against (0.0.3).
Begin building engine...
ERROR: Network must have at least one output
ERROR: Network validation failed.
ERROR: Unable to create engine
The text was updated successfully, but these errors were encountered: