PaddlePaddle / PaddlePaddle/FastDeploy
```gpu_memory_utilization```参数检查,如果用户配置超过0.95时,给出警告提示
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.7k
- Forks
- 756
- Avg merge
- 19h 28m
- Merged PRs (30d)
- 4
Description
该参数不能配置过大,当配置过大,有可能会因为推理过程中显存的波动导致显存OOM问题,建议配置低于0.9。在代码中添加该警告提示(当配置的gpu_memory_utilization大于或等于0.95时,通过console_logger输出警告信息到终端)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.