File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -73,15 +73,15 @@ We tested with pytorch/caffe2 and onnxruntime and unit tests are passing for tho
73
73
74
74
## Installation
75
75
76
- ### From pypi
76
+ ### Install from pypi
77
77
78
78
``` pip install -U tf2onnx ```
79
79
80
- ### Latest from GitHub
80
+ ### Install latest from source
81
81
82
82
``` pip install git+https://github.com/onnx/tensorflow-onnx ```
83
83
84
- ### From source
84
+ ### Build and install latest from source (for development)
85
85
86
86
``` git clone https://github.com/onnx/tensorflow-onnx ```
87
87
@@ -129,11 +129,10 @@ You find an end-to-end tutorial for ssd-mobilenet [here](tutorials/ConvertingSSD
129
129
## CLI reference
130
130
131
131
```
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]]
137
136
[--output TARGET_ONNX_MODEL]
138
137
[--inputs GRAPH_INPUTS]
139
138
[--outputs GRAPH_OUTPUS]
You can’t perform that action at this time.
0 commit comments