未验证 提交 4de37558 编写于 作者: J Jason 提交者: GitHub

Update README.md

上级 dcda5167
onnx2fluid
===
Inference model conversion from ONNX/PyTorch to Paddle fluid
# onnx2fluid
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE)
快速开始
---
如何构建、安装、运行
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
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册