From 58bbd5d21842ff13b015a2c360af161545cbb51d Mon Sep 17 00:00:00 2001 From: Thomas Young <35565423+HexToString@users.noreply.github.com> Date: Tue, 6 Apr 2021 20:28:24 +0800 Subject: [PATCH] 1122 3333 --- python/examples/encryption/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/encryption/README.md b/python/examples/encryption/README.md index 4e95e691..ee19bc02 100644 --- a/python/examples/encryption/README.md +++ b/python/examples/encryption/README.md @@ -26,7 +26,7 @@ def serving_encryption(): serving_client="encrypt_client", encryption=True) ``` -dirname is the folder path where the model is located. If the parameter is discrete, it is unnecessary to specify params_filename, else you need to set params_filename='__params__'. +dirname is the folder path where the model is located. If the parameter is discrete, it is unnecessary to specify params_filename, else you need to set the value of params_filename = '__params__'. The key is stored in the `key` file, and the encrypted model file and server-side configuration file are stored in the `encrypt_server` directory. client-side configuration file are stored in the `encrypt_client` directory. -- GitLab