From d46490cb1fc0324455fc40d57b7219a6c71b57f2 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Mon, 30 Mar 2020 21:15:31 +0800 Subject: [PATCH] Update ABTEST_IN_PADDLE_SERVING.md --- doc/ABTEST_IN_PADDLE_SERVING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ABTEST_IN_PADDLE_SERVING.md b/doc/ABTEST_IN_PADDLE_SERVING.md index 17497fec..e02acbd8 100644 --- a/doc/ABTEST_IN_PADDLE_SERVING.md +++ b/doc/ABTEST_IN_PADDLE_SERVING.md @@ -1,5 +1,7 @@ # ABTEST in Paddle Serving +([简体中文](./ABTEST_IN_PADDLE_SERVING_CN.md)|English) + This document will use an example of text classification task based on IMDB dataset to show how to build a A/B Test framework using Paddle Serving. The structure relationship between the client and servers in the example is shown in the figure below. -- GitLab