add pt2tf tool

This commit is contained in:
zxros10
2020-09-23 09:09:49 +08:00
parent 7f7b7df65d
commit 18aefa4dd0
407 changed files with 16211 additions and 0 deletions
+22
View File
@@ -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}
```