parent
de6e4d0c20
commit
7cd40e40be
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# clone onnx repos
|
||||||
git clone https://github.com/onnx/onnx.git
|
git clone https://github.com/onnx/onnx.git
|
||||||
git clone https://github.com/microsoft/onnxruntime.git
|
git clone https://github.com/microsoft/onnxruntime.git
|
||||||
git clone https://github.com/PaddlePaddle/Paddle2ONNX.git
|
git clone https://github.com/PaddlePaddle/Paddle2ONNX.git
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# onnx optimizer
|
||||||
onnx-simplifier
|
onnx-simplifier
|
Loading…
Reference in new issue