From 16f832aeb91f50b043633ce521d8272f50c65552 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Tue, 26 Apr 2022 15:31:09 +0800 Subject: [PATCH] Update examples of pipeline low precison --- examples/Pipeline/LowPrecision/ResNet50_Slim/README.md | 4 ++-- examples/Pipeline/LowPrecision/ResNet50_Slim/README_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/Pipeline/LowPrecision/ResNet50_Slim/README.md b/examples/Pipeline/LowPrecision/ResNet50_Slim/README.md index ff592fee..8b115bae 100644 --- a/examples/Pipeline/LowPrecision/ResNet50_Slim/README.md +++ b/examples/Pipeline/LowPrecision/ResNet50_Slim/README.md @@ -1,6 +1,6 @@ -# Imagenet Pipeline WebService +# Low precsion examples of python pipeline -This document will takes Imagenet service as an example to introduce how to use Pipeline WebService. +Here we take the ResNet50 quantization model as an example to introduce the low-precision deployment case of Python Pipline. ## 1.Get model ``` diff --git a/examples/Pipeline/LowPrecision/ResNet50_Slim/README_CN.md b/examples/Pipeline/LowPrecision/ResNet50_Slim/README_CN.md index e4372ae5..8b5d65f2 100644 --- a/examples/Pipeline/LowPrecision/ResNet50_Slim/README_CN.md +++ b/examples/Pipeline/LowPrecision/ResNet50_Slim/README_CN.md @@ -1,6 +1,6 @@ -# Low precsion of ResNet50 Pipeline WebService +# Python Pipeline 低精度部署案例 -这里以 ResNet50 的低精度模型为例介绍 Pipeline WebService 的部署和使用。 +这里以 ResNet50 量化模型 为例,介绍 Python Pipline 低精度部署案例。 ## 1.获取模型 ``` -- GitLab