From 17faab5ecc1277ba2e57c8552c129aceb2786a83 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 13 Jan 2019 19:07:07 +0800 Subject: [PATCH] Update README.md --- TensorFlow2Paddle/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/TensorFlow2Paddle/README.md b/TensorFlow2Paddle/README.md index ac93a89..8b3bb4e 100644 --- a/TensorFlow2Paddle/README.md +++ b/TensorFlow2Paddle/README.md @@ -1,9 +1,11 @@ -### Warning: TensorFlow2Paddle is not stable and lots of tensorflow operations are not supported yet. Only tested on vgg_16/resnet_v1_50/inception_v3 with is_training=False +### Warning +> TensorFlow2Paddle is not stable and lots of tensorflow operations are not supported yet. +> Only tested on vgg_16/resnet_v1_50/inception_v3 with is_training=False ### Dependency -1. python = 2.7 -2. PaddlePaddle >= 1.2.0 -3. TensorFlow >= 1.12.0 +> 1. python = 2.7 +> 2. PaddlePaddle >= 1.2.0 +> 3. TensorFlow >= 1.12.0 Notice:You can install PaddlePaddle and Tensorflow in different virtual environment since there's dependency conflict between PaddlePaddle and TensorFlow -- GitLab