TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

trtexec log

Open ygygyeah opened this issue 3 years ago • 1 comments

Description

When I run trtexec, can verbose be saved directly to a log.txt? What parameters should I set?

Environment

TensorRT Version: 8.2.1 NVIDIA GPU: NVIDIA Driver Version: CUDA Version: 10.2 CUDNN Version: Operating System: Python Version (if applicable): Tensorflow Version (if applicable): PyTorch Version (if applicable): Baremetal or Container (if so, version):

ygygyeah avatar Sep 23 '22 09:09 ygygyeah

trtexec --onnx=model.onnx --verbose > log.txt

https://askubuntu.com/questions/420981/how-do-i-save-terminal-output-to-a-file

zerollzeng avatar Sep 24 '22 16:09 zerollzeng