-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Description
I was using trt8.5 before, and I can normally visualize the json file generated by the trtexec command (--loadEngine=$TRT_ENGINE --exportProfile=$PROFILE_JSON --exportLayerInfo=$GRAPH_JSON) through trt-engine-explorer, and get the corresponding svg map.
Now I have installed the new trt8.6 EA version through the tar installation package, but the json file it generates contains a lot of illegal characters, which makes the visualization process impossible.
I visualize the calculation graph through the following python api

I also tried adding “static=false” to json.load() function,but the output svg picture is incomplete like this:

Environment
TensorRT Version: 8.6 EA
NVIDIA GPU: tried on A100 and 3080, consistent phenomenon
NVIDIA Driver Version:
CUDA Version: 11.4 on A100;11.7 on 3080
i don't think it is a cuda-related problem ; It is guessed that the root of the problem is that there is a certain error in the way trtexec exports the json file

