Skip to content

Commit

Permalink
change of readme
Browse files Browse the repository at this point in the history
Change-Id: I68b65b1259ae7f5eea7949826f698b3c44f3b562
  • Loading branch information
ulfhanebutte committed Jun 9, 2023
1 parent 68067e9 commit aa10dfc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,22 @@ Copyright(C) 2023 Marvell.

Required: Python3 (3.7.x & 3.8.x), requirements.txt

Use python onnxinsight.py -h to explore available features
Use 'python onnxinsight.py -h' to explore available features
===========================================================

usage: python onnxinsight.py [--help] [--version] [--all] [--info] [--io] [--op] [--node_csv] [--shape] [--batch] [--simplify] onnx_model
Use 'python onnxinsight.py [--help] [--version] [--all] [--info] [--io] [--op] [--node_csv] [--shape] [--batch] [--simplify] onnx_model'

Given a valid ONNX model as input, performs per-node analysis of the model.
To get more insights, try different args.
To get more insight, try different arguments.

Required arguments:
onnx_model ONNX model file

Optional arguments:
-h, --help show this help message and exit

--version Show version and exit

--all Print all available tables
Print out model, inputs/outputs, operators tables

Expand Down

0 comments on commit aa10dfc

Please sign in to comment.