From cdabb1e36373964305244328481ed783ff81dea5 Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 26 Jan 2019 20:05:54 +0800 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c292f6..2c68f62 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # X2Paddle -Convert to PaddlePaddle model from other platform +[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE) + +# 简介 + +X2Paddle支持将Caffe和TensorFlow模型转至PaddlePaddle模型 + +# 用法 +**caffe2fluid**: Caffe model to PaddlePaddle,支持将Caffe模型转至PaddlePaddle fluid可加载预测模型 + +**tensorflow2fluid**: TensorFlow model to PaddlePaddle,支持将Tensorflow模型转至PaddlePaddle fluid可加载预测模型 + +**[caffe2fluid使用文档](https://github.com/PaddlePaddle/X2Paddle/tree/master/caffe2fluid)** + +**[tensorflow2fluid使用文档](https://github.com/PaddlePaddle/X2Paddle/tree/master/tensorflow2fluid)** -- GitLab