「DLFramework」 ONNX 入门
2017-09-07 Facebook、微软联合推出的一个开放标准,旨在不同框架之间完成互操作;着力于结果模型的转化;
github: https://github.com/onnx/onnx
官网: http://onnx.ai/supported-tools
文档: https://github.com/onnx/tutorials
1 安装
1.1 Linux
sudo apt-get install protobuf-compiler libprotoc-dev
pip install onnx
Comments