From 0694627cd0581cb95df288ff209546801eefef71 Mon Sep 17 00:00:00 2001 From: mamingjie-China Date: Fri, 25 Oct 2019 11:01:58 +0800 Subject: [PATCH] update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 969bd90..cb30ca8 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ X2Paddle在之前的开发过程中,对比了PaddlePaddle与主流框架上的 ## 环境依赖 -python == 2.7 | python >= 3.5 -paddlepaddle >= 1.6.1 +python == 2.7 | python >= 3.5 +paddlepaddle >= 1.6.1 **按需安装以下依赖** -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