From 1d4d1e68d2e9d7f64e5e0631a1b78358249a35fd Mon Sep 17 00:00:00 2001 From: Thomas Young <35565423+HexToString@users.noreply.github.com> Date: Tue, 6 Apr 2021 20:24:40 +0800 Subject: [PATCH] 12222 22222 --- python/examples/encryption/README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/encryption/README_CN.md b/python/examples/encryption/README_CN.md index 9f17697a..bc938a65 100644 --- a/python/examples/encryption/README_CN.md +++ b/python/examples/encryption/README_CN.md @@ -25,7 +25,7 @@ def serving_encryption(): serving_client="encrypt_client", encryption=True) ``` -其中dirname为模型所在的文件夹路径,当参数为离散参数时,无须指定params_filename,当参数为为__params__时,需指定'params_filename = __params__'. +其中dirname为模型所在的文件夹路径,当参数为离散参数时,无须指定params_filename,当参数为为__params__时,需指定params_filename参数=__params__ 密钥保存在`key`文件中,加密模型文件以及server端配置文件保存在`encrypt_server`目录下,client端配置文件保存在`encrypt_client`目录下。 -- GitLab