From 9d702fc235caafb59a9878c313ff05ff33fc26f3 Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 27 Jul 2019 11:46:19 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0e2a989..99015c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # X2Paddle X2Paddle is a toolkit for converting trained model to PaddlePaddle from other deep learning frameworks. 支持主流深度学习框架模型转换至PaddlePaddle(飞桨) +## Requirements + +python >= 3.5 +paddlepaddle >= 1.5.0 +tensorflow == 1.x + ## Installation ``` pip install git+https://github.com/PaddlePaddle/X2Paddle.git@develop -- GitLab