-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trt-engine-explorer plot circle in graph of an model engine #4249
Comments
green means int8 dataflow, yellow means fp16 dataflow, red means fp32 dataflow. this is not circle, you can upload your onnx. |
@lix19937 Thanks for your reply! Before I don't know the meaning of red and yellow colors. I think there is a circle ignore edge color. But even with the infomation you said, why the node How tensorrt know which inputs should be the truely output of node |
@roachsinai you can upload the subgraph(onnx) match the above #4249 (comment) ops . |
@lix19937 sorry I'm not a English native speaker. Let me restate my question again. Firstly, I thought there is no circle as the inference result of this engine is right (no circle in neither the onnx model nor the trt plan). Sencondly, the svg created by trt-engine-explorer confused me, as don't know why add an red edge from After I check the json file which the above svg file is created by, maybe the red edge is just a shortcut that no need draw the truely output. Thanks. |
TRT only support DAG, what is your trex version ? Can you try to use the latest vesrion ? |
trex version: 0.1.6. checkout below json, I copy it from corresponding
which leads to below small circle (at bottom of below img): |
This engine was built in fp16 mode. And tensorrt infer results is right.
Just wonder how tensorrt know when to stop the infer as ther is a circle in below img?
By the way, why there are different colors for edges between nodes, what's the meaning of different color?
Thanks a lot!
The text was updated successfully, but these errors were encountered: