From 9eac847d2da01419171926ab74abceea492703c6 Mon Sep 17 00:00:00 2001 From: Thomas Young <35565423+HexToString@users.noreply.github.com> Date: Tue, 6 Apr 2021 20:29:47 +0800 Subject: [PATCH] 123 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 e938dc04..e34ce419 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 the value of params_filename to be '__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 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