We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a4694 commit 2b1ea65Copy full SHA for 2b1ea65
doc/inference.md
@@ -26,6 +26,13 @@ python -u ../../../tools/static_trainer.py -m config.yaml # 全量数据运行co
26
## 将保存的模型使用Inference预测库进行服务端部署
27
paddlerec提供tools/paddle_infer.py脚本,供您方便的使用inference预测库高效的对模型进行预测。
28
29
+需要安装的库:
30
+```bash
31
+pip install pynvml
32
+pip install psutil
33
+pip install GPUtil
34
+```
35
+
36
1. 启动paddle_infer.py脚本的参数:
37
38
| 名称 | 类型 | 取值 | 是否必须 | 作用描述 |
0 commit comments