From 21cebf088ab1daa38b82d81f5efa295547984e0a Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Fri, 9 Apr 2021 17:56:09 +0800 Subject: [PATCH] Update MODEL_ENSEMBLE_IN_PADDLE_SERVING.md update image paths --- doc/deprecated/MODEL_ENSEMBLE_IN_PADDLE_SERVING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/deprecated/MODEL_ENSEMBLE_IN_PADDLE_SERVING.md b/doc/deprecated/MODEL_ENSEMBLE_IN_PADDLE_SERVING.md index 7f583342..5107c6ea 100644 --- a/doc/deprecated/MODEL_ENSEMBLE_IN_PADDLE_SERVING.md +++ b/doc/deprecated/MODEL_ENSEMBLE_IN_PADDLE_SERVING.md @@ -10,7 +10,7 @@ Next, we will take the text classification task as an example to show model ense In this example (see the figure below), the server side predict the bow and CNN models with the same input in a service in parallel, The client side fetchs the prediction results of the two models, and processes the prediction results to get the final predict results. -![simple example](model_ensemble_example.png) +![simple example](../model_ensemble_example.png) It should be noted that at present, only multiple models with the same format input and output in the same service are supported. In this example, the input and output formats of CNN and BOW model are the same. -- GitLab