8000 GitHub - turbo-green/OnnxSlim: A Toolkit to Help Optimize Large Onnx Model
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

turbo-green/OnnxSlim

 
 

Repository files navigation

OnnxSlim

OnnxSlim can help you slim your onnx model, with less operators, but same accuracy, better inference speed.

Installation

Using Prebuilt

pip install onnxslim

Install From Source

pip install git+https://github.com/inisis/OnnxSlim@main

Install From Local

git clone https://github.com/inisis/OnnxSlim && cd OnnxSlim/
pip install .

How to use

onnxslim your_onnx_model slimmed_onnx_model

For more usage, see onnxslim -h or refer to our examples

References

Contact

Discord: https://discord.gg/nRw2Fd3VUS QQ Group: 873569894

About

A Toolkit to Help Optimize Large Onnx Model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0