From 0ee9666973cfef433b4e30dd814d8ae333940131 Mon Sep 17 00:00:00 2001 From: mamingjie-China Date: Fri, 25 Oct 2019 11:08:44 +0800 Subject: [PATCH] update README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cb30ca8..5a72757 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,14 @@ X2Paddle在之前的开发过程中,对比了PaddlePaddle与主流框架上的 ## 环境依赖 -python == 2.7 | python >= 3.5 -paddlepaddle >= 1.6.1 +python == 2.7 | python >= 3.5 +paddlepaddle >= 1.5.0 -**按需安装以下依赖** -tensorflow : tensorflow == 1.14.0 +**按需安装以下依赖** +tensorflow : tensorflow == 1.14.0 caffe : 无 -onnx : onnx == 1.5.0 onnxruntime == 0.4.0 +onnx : onnx == 1.5.0 onnxruntime == 0.4.0 + ## 安装 ### 安装方式一(推荐) -- GitLab