Replies: 5 comments 1 reply
-
@andi4191 Might have more insight, but I think the trtexec tool might have like a layer dump but there isnt something like Tensorboard for TensorRT right now. |
Beta Was this translation helpful? Give feedback.
-
This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days |
Beta Was this translation helpful? Give feedback.
-
@Scass0807 : You can try trtexec tool from TensorRT with option --dumpLayerInfo --verbose to list the layer details in your TRTEngine. For quick reference: https://github.com/NVIDIA/TensorRT/blob/main/samples/common/sampleOptions.cpp#L1518 |
Beta Was this translation helpful? Give feedback.
-
@Scass0807 There is a new tool from the TensorRT team that might help https://github.com/NVIDIA/TensorRT/tree/main/tools/experimental/trt-engine-explorer |
Beta Was this translation helpful? Give feedback.
-
how to visualize the trt model which is contained by the jit script checkpoint file? |
Beta Was this translation helpful? Give feedback.
-
❓ Question
I'm wondering if there is a way to get the TRT model after compilation and visualize it. I trying to compare a PTQ model to a QAT model. I know I might have to do some further optimization just trying to visualize the graphs and see what is going on . Currently using DenseNet169
What you have already tried
I can visualize an ONNX graph but unsure of TRT
Environment
conda
,pip
,libtorch
, source): pipAdditional context
Beta Was this translation helpful? Give feedback.
All reactions