未验证 提交 69ad3462 编写于 作者: T Thomas Young 提交者: GitHub

2233

22233
上级 9eac847d
...@@ -26,7 +26,7 @@ def serving_encryption(): ...@@ -26,7 +26,7 @@ def serving_encryption():
serving_client="encrypt_client", serving_client="encrypt_client",
encryption=True) 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 `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. 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. client-side configuration file are stored in the `encrypt_client` directory.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册