From 2cd6b44d18c1e54f9829ec13e8cbd00875c5d449 Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Wed, 19 Feb 2020 21:53:10 +0800 Subject: [PATCH] Tiny fix in api doc (#123) * Tiny fix in api doc * Update pantheon_api.md --- docs/zh_cn/api_cn/pantheon_api.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/zh_cn/api_cn/pantheon_api.md b/docs/zh_cn/api_cn/pantheon_api.md index 1405faea..1de04a64 100644 --- a/docs/zh_cn/api_cn/pantheon_api.md +++ b/docs/zh_cn/api_cn/pantheon_api.md @@ -1,4 +1,4 @@ -# 多进程蒸馏 +# 大规模可扩展知识蒸馏框架 Pantheon ## Teacher @@ -100,7 +100,8 @@ pantheon.Teacher.start\_knowledge\_service(feed\_list, schema, program, reader\_ - **times (int):** The maximum repeated serving times, default 1. Whenever the public method **get\_knowledge\_generator()** in **Student** object called once, the serving times will be added one, - until reaching the maximum and ending the service. + until reaching the maximum and ending the service. Only + valid in online mode, and will be ignored in offline mode. **Return:** None -- GitLab