From ef6f7b0c269db0119e379c6e4b32db855dd5ddf0 Mon Sep 17 00:00:00 2001 From: Zeyu Chen Date: Sat, 17 Apr 2021 22:09:44 +0800 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ad66be4..0410b87 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,15 @@ X2Paddle在多个主流的CV模型上,测试过TensorFlow/Caffe/ONNX/PyTorch ## 环境依赖 -python >= 3.5 -paddlepaddle 2.0.0-rc1 或者 develop +- python >= 3.5 +- paddlepaddle >= 2.0.0 **按需安装以下依赖** -tensorflow : tensorflow == 1.14.0 -caffe : 无 -onnx : onnx >= 1.6.0 -pytorch:torch >=1.5.0 (script方式暂不支持1.7.0) + +- tensorflow : tensorflow == 1.14.0 +- caffe : 无 +- onnx : onnx >= 1.6.0 +- pytorch:torch >=1.5.0 (script方式暂不支持1.7.0) ## 安装 ### 安装方式一(推荐) -- GitLab