From c6b231535126ee743e61df2388ef379beb631446 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Tue, 31 Mar 2020 14:50:31 +0800 Subject: [PATCH] Update and rename README.md to README_CN.md --- python/examples/imagenet/{README.md => README_CN.md} | 2 ++ 1 file changed, 2 insertions(+) rename python/examples/imagenet/{README.md => README_CN.md} (95%) diff --git a/python/examples/imagenet/README.md b/python/examples/imagenet/README_CN.md similarity index 95% rename from python/examples/imagenet/README.md rename to python/examples/imagenet/README_CN.md index 1c4cdd36..4b6f2a4d 100644 --- a/python/examples/imagenet/README.md +++ b/python/examples/imagenet/README_CN.md @@ -1,5 +1,7 @@ ## 图像分类示例 +([简体中文](./README_CN.md)|English) + 示例中采用ResNet50_vd模型执行imagenet 1000分类任务。 ### 获取模型配置文件和样例数据 -- GitLab