未验证 提交 128faa91 编写于 作者: J Jason 提交者: GitHub

Update README.md

上级 997bdd5a
# tensorflow2fluid
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE)
<a href="#环境依赖">`环境依赖`</a>
<a id="环境依赖">
tensorflow2fluid支持将训练好的TensorFlow模型转换为PaddlePaddle模型,包括基于PaddlePaddle实现的模型前向计算网络python代码,以及PaddlePaddle可加载的模型参数文件。
> <a href="#环境依赖">`环境依赖`</a>
> <a href="#安装说明">`安装说明`</a>
> <a href="#使用方法">`使用方法`</a>
## 环境依赖
......@@ -27,6 +29,8 @@ cd X2Paddle/tensorflow2fluid
python setup.py install
```
<a id="使用方法">
## 使用方法
> 1. 目前支持转换的模型格式包括checkpoint保存的模型、将参数序列化到网络结构的pb格式模型
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册