From db5f4da81be0e85b700b6b47b607ef700237cfb3 Mon Sep 17 00:00:00 2001 From: Bin Lu Date: Tue, 28 Sep 2021 17:41:15 +0800 Subject: [PATCH] Update README.md --- deploy/paddleserving/recognition/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/paddleserving/recognition/README.md b/deploy/paddleserving/recognition/README.md index 0ece4fbd..005e4181 100644 --- a/deploy/paddleserving/recognition/README.md +++ b/deploy/paddleserving/recognition/README.md @@ -121,6 +121,8 @@ wget https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/data/recognit ## Paddle Serving pipeline deployment +**Attention:** pipeline deployment mode does not support Windows platform + 1. Download the PaddleClas code, if you have already downloaded it, you can skip this step. ``` git clone https://github.com/PaddlePaddle/PaddleClas -- GitLab