Skip to content

Commit d3af04c

Browse files
committed
Further updates after review
1 parent b4e23be commit d3af04c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ We tested with pytorch/caffe2 and onnxruntime and unit tests are passing for tho
7373

7474
## Installation
7575

76-
### From pypi
76+
### Install from pypi
7777

7878
```pip install -U tf2onnx```
7979

80-
### Latest from GitHub
80+
### Install latest from source
8181

8282
```pip install git+https://github.com/onnx/tensorflow-onnx```
8383

84-
### From source
84+
### Build and install latest from source (for development)
8585

8686
```git clone https://github.com/onnx/tensorflow-onnx```
8787

@@ -129,11 +129,10 @@ You find an end-to-end tutorial for ssd-mobilenet [here](tutorials/ConvertingSSD
129129
## CLI reference
130130

131131
```
132-
python -m tf2onnx.convert
133-
[--input SOURCE_GRAPHDEF_PB]
134-
[--graphdef SOURCE_GRAPHDEF_PB]
135-
[--checkpoint SOURCE_CHECKPOINT]
136-
[--saved-model SOURCE_SAVED_MODEL]
132+
python -m tf2onnx.convert
133+
[[--saved-model SOURCE_SAVED_MODEL] |
134+
[[--input | --graphdef] SOURCE_GRAPHDEF_PB] |
135+
[--checkpoint SOURCE_CHECKPOINT]]
137136
[--output TARGET_ONNX_MODEL]
138137
[--inputs GRAPH_INPUTS]
139138
[--outputs GRAPH_OUTPUS]

0 commit comments

Comments
 (0)