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
I tried to build the .plan file for my onnx model using a simple trtexec command: trtexec --onnx=path/to/onnx/model --saveEngine=path/to/engine/model
The issue is that although the console doesn't show any errors the build process gets interrupted and the trt model is not generated
Environment
TensorRT Version: 10.0.0.6EA
NVIDIA GPU: NVIDIA GeForce RTX 3060
NVIDIA Driver Version: 551.86
CUDA Version: 11.8
CUDNN Version: 8.9.7
ONNX version: 1.15.0
onnxruntime version: 1.17.1
OPset version: 17
Operating System: Win10
Python Version (if applicable): 3.10
PyTorch Version (if applicable): 2.2.0
Can this model run on other frameworks? For example run ONNX model with ONNXRuntime (polygraphy run <model.onnx> --onnxrt):
I was able to generate the trt model using poligraphy on Win10.
Below is the output on my console when i try to generate the trt model:
As you can see there are no errors that tell me why I can't generate the TRT model.
Has anyone encountered this situation before and can help me solve it?
Thank you in advance for your answer! :)
The text was updated successfully, but these errors were encountered:
I used the command you suggested and it indeed created a log file.
The problem is that the file contains the exact information as the console, nothing more, nothing less.
Description
I tried to build the .plan file for my onnx model using a simple trtexec command:
trtexec --onnx=path/to/onnx/model --saveEngine=path/to/engine/model
The issue is that although the console doesn't show any errors the build process gets interrupted and the trt model is not generated
Environment
TensorRT Version: 10.0.0.6EA
NVIDIA GPU: NVIDIA GeForce RTX 3060
NVIDIA Driver Version: 551.86
CUDA Version: 11.8
CUDNN Version: 8.9.7
ONNX version: 1.15.0
onnxruntime version: 1.17.1
OPset version: 17
Operating System: Win10
Python Version (if applicable): 3.10
PyTorch Version (if applicable): 2.2.0
Can this model run on other frameworks? For example run ONNX model with ONNXRuntime (
polygraphy run <model.onnx> --onnxrt
):I was able to generate the trt model using poligraphy on Win10.
Below is the output on my console when i try to generate the trt model:
As you can see there are no errors that tell me why I can't generate the TRT model.
Has anyone encountered this situation before and can help me solve it?
Thank you in advance for your answer! :)
The text was updated successfully, but these errors were encountered: