From 04bfe0a84e7ec27e5c0bdfab76aa779c45fedbe5 Mon Sep 17 00:00:00 2001 From: wangguanzhong Date: Sat, 12 Oct 2019 16:49:45 +0800 Subject: [PATCH] update readme for paddle version (#3524) --- PaddleCV/PaddleDetection/README.md | 1 + PaddleCV/PaddleDetection/README_cn.md | 2 ++ README.md | 2 ++ 3 files changed, 5 insertions(+) diff --git a/PaddleCV/PaddleDetection/README.md b/PaddleCV/PaddleDetection/README.md index 3bba80b6..0ad79d22 100644 --- a/PaddleCV/PaddleDetection/README.md +++ b/PaddleCV/PaddleDetection/README.md @@ -7,6 +7,7 @@ detection models in both industry and research settings. We design PaddleDetection to be not only performant, production-ready but also highly flexible, catering to research needs. +**Now all models in PaddleDetection require PaddlePaddle version 1.6 or higher, or suitable develop version.**
diff --git a/PaddleCV/PaddleDetection/README_cn.md b/PaddleCV/PaddleDetection/README_cn.md index 3ca13bac..4864557f 100644 --- a/PaddleCV/PaddleDetection/README_cn.md +++ b/PaddleCV/PaddleDetection/README_cn.md @@ -4,6 +4,8 @@ PaddleDetection的目的是为工业界和学术界提供大量易使用的目标检测模型。PaddleDetection不仅性能完善,易于部署,同时能够灵活的满足算法研发需求。 +**目前检测库下模型均要求使用PaddlePaddle 1.6及以上版本或适当的develop版本。** +
diff --git a/README.md b/README.md index c49071b0..1d4d9b32 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ PaddlePaddle provides a rich set of computational units to enable users to adopt PaddlePaddle 提供了丰富的计算单元,使得用户可以采用模块化的方法解决各种学习问题。在此Repo中,我们展示了如何用 PaddlePaddle来解决常见的机器学习任务,提供若干种不同的易学易用的神经网络模型。PaddlePaddle用户可领取**免费Tesla V100在线算力资源**,高效训练模型,**每日登陆即送12小时**,**连续五天运行再加送48小时**,[前往使用免费算力](http://ai.baidu.com/support/news?action=detail&id=981)。 +**目前模型库下模型均要求使用PaddlePaddle 1.6及以上版本或适当的develop版本。** + ## 目录 * [智能视觉(PaddleCV)](#PaddleCV) * [图像分类](#图像分类) -- GitLab