Skip to content

Commit b92d6a2

Browse files
committed
2 parents 394c51e + 5d889a5 commit b92d6a2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ A set of simple tools for splitting, merging, OP deletion, size compression, rew
88
</p>
99

1010
## 1. Tools
11+
### HostPC
1112
```bash
1213
$ pip install -U simple-onnx-processing-tools \
1314
&& pip install -U onnx \
1415
&& python3 -m pip install -U onnx_graphsurgeon --index-url https://pypi.ngc.nvidia.com
1516
```
17+
### Docker
1618
```bash
1719
$ docker run --rm -it \
1820
-v `pwd`:/workdir \

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
description=\
2020
"A set of simple tools for splitting, merging, OP deletion, "+
2121
"size compression, rewriting attributes and constants, "+
22-
"OP generation, and change opset for ONNX models.",
22+
"OP generation, change opset, change to the specified input order, "+
23+
"addition of OP, RGB to BGR conversion, change batch size, "+
24+
"batch rename of OP, and JSON convertion for ONNX models.",
2325
long_description=long_description,
2426
long_description_content_type="text/markdown",
2527
author="Katsuya Hyodo",

0 commit comments

Comments
 (0)