README.md 486 字节
Newer Older
J
Jason 已提交
1 2
# onnx2fluid
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE)
M
Macrobull 已提交
3

J
Jason 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22

onnx2fluid支持将onnx模型转换为PaddlePaddle模型,并用于预测。

## 环境安装

工具开发过程中,我们在如下环境配置中测试模型转换,建议使用[anaconda](https://docs.anaconda.com/anaconda/install)

> python2 & python3

> onnx == 1.12.0

> paddlepaddle == 1.3.0

``` shell
# 
conda install -c conda-forge protobuf numpy
pip install onnx
```