Skip to content

Commit 386b69a

Browse files
committed
update readme.md
1 parent bedebea commit 386b69a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ optional arguments:
161161
--tests TESTS tests to run
162162
--backend BACKEND backend to use
163163
--config yaml config file
164-
--verbose verbose output
164+
--verbose verbose output, option is additive
165165
--opset OPSET target opset to use
166166
--perf csv-file capture performance numbers or tensorflow and onnx runtime
167167
--debug dump generated graph with shape info
@@ -199,7 +199,7 @@ tf2onnx.tfonnx.process_tf_graph(tf_graph,
199199
Args:
200200
tf_graph: tensorflow graph
201201
continue_on_error: if an op can't be processed (aka there is no mapping), continue
202-
verbose: print summary stats
202+
verbose: print summary stats (deprecated)
203203
target: list of workarounds applied to help certain platforms
204204
opset: the opset to be used (int, default is latest)
205205
custom_op_handlers: dictionary of custom ops handlers

0 commit comments

Comments
 (0)