diff --git a/docs/zh_cn/api_cn/pantheon_api.md b/docs/zh_cn/api_cn/pantheon_api.md index 1405faeaf691fe909eb19141188f702c1201776b..1de04a6451396149f09c198c206d47181d74546e 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