add pt2tf tool
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
ONNX-Tensorflow Command Line Interface
|
||||
======
|
||||
|
||||
## Available commands:
|
||||
- convert
|
||||
|
||||
More information: `onnx-tf -h`
|
||||
```
|
||||
{onnx-tf -h}
|
||||
```
|
||||
|
||||
## Usage:
|
||||
|
||||
### Convert:
|
||||
|
||||
#### From ONNX to Tensorflow:
|
||||
`onnx-tf convert -i /path/to/input.onnx -o /path/to/output.pb`
|
||||
|
||||
More information: `onnx-tf convert -h`
|
||||
```
|
||||
{onnx-tf convert -h}
|
||||
```
|
||||
Reference in New Issue
Block a user