From 94d746ee7ed36f2e668d2a80c134760b77e37746 Mon Sep 17 00:00:00 2001 From: barrierye Date: Sat, 25 Apr 2020 15:20:40 +0800 Subject: [PATCH] fix pic size --- doc/DESIGN_DOC.md | 3 ++- doc/DESIGN_DOC_CN.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/DESIGN_DOC.md b/doc/DESIGN_DOC.md index 2b051ec9..b8169b43 100644 --- a/doc/DESIGN_DOC.md +++ b/doc/DESIGN_DOC.md @@ -172,10 +172,11 @@ After sufficient offline evaluation of the model, online A/B test is usually nee


- +

+ ### 3.3 Model Online Reloading In order to ensure the availability of services, the model needs to be hot loaded without service interruption. Paddle Serving supports this feature and provides a tool for monitoring output models to update local models. Please refer to [Hot loading in Paddle Serving](HOT_LOADING_IN_SERVING.md) for specific examples. diff --git a/doc/DESIGN_DOC_CN.md b/doc/DESIGN_DOC_CN.md index 9a045ffb..c068ac35 100644 --- a/doc/DESIGN_DOC_CN.md +++ b/doc/DESIGN_DOC_CN.md @@ -168,10 +168,11 @@ Paddle Serving的核心执行引擎是一个有向无环图,图中的每个节


- +

+ ### 3.3 模型热加载 为了保证服务的可用性,需要在服务不中断的情况下对模型进行热加载。Paddle Serving对该特性进行了支持,并提供了一个监控产出模型更新本地模型的工具,具体例子请参考[Paddle Serving中的模型热加载](HOT_LOADING_IN_SERVING_CN.md)。 -- GitLab