Skip to content

Commit

Permalink
notice base on ISSUE:No module named 'trex' #35
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghr323 committed Mar 16, 2023
1 parent f4e1d15 commit b36a83b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions yolov7_qat/scripts/draw-engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@

"""
This script generates an SVG diagram of the input engine graph SVG file.
Note: this script requires graphviz which can be installed manually:
Note:
THIS SCRIPT DEPENDS ON LIB: https://github.com/NVIDIA/TensorRT/tree/main/tools/experimental/trt-engine-explorer
this script requires graphviz which can be installed manually:
$ sudo apt-get --yes install graphviz
$ python3 -m pip install graphviz networkx
"""
Expand Down

0 comments on commit b36a83b

Please sign in to comment.