From 36be6e547c5778b9b9394b162e55aae775aafcf3 Mon Sep 17 00:00:00 2001 From: MRXLT Date: Wed, 27 May 2020 19:37:14 +0800 Subject: [PATCH] fix doc --- README.md | 1 + README_CN.md | 1 + python/examples/imagenet/README_CN.md | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d018db0a..2fc3837e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@


+ ([简体中文](./README_CN.md)|English) Build Status diff --git a/README_CN.md b/README_CN.md index 3e39e185..aac45021 100644 --- a/README_CN.md +++ b/README_CN.md @@ -6,6 +6,7 @@


+ (简体中文|[English](./README.md)) Build Status diff --git a/python/examples/imagenet/README_CN.md b/python/examples/imagenet/README_CN.md index 77ade579..081cff52 100644 --- a/python/examples/imagenet/README_CN.md +++ b/python/examples/imagenet/README_CN.md @@ -19,10 +19,10 @@ pip install paddle_serving_app 启动server端 ``` -python image_classification_service.py ResNet50_vd_model cpu 9696 #cpu预测服务 +python resnet50_web_service.py ResNet50_vd_model cpu 9696 #cpu预测服务 ``` ``` -python image_classification_service.py ResNet50_vd_model gpu 9696 #gpu预测服务 +python resnet50_web_service.py ResNet50_vd_model gpu 9696 #gpu预测服务 ``` -- GitLab