gpt4 book ai didi

python - 在 jupyter/ipython notebook 中设置优先级/niceness

转载 作者:太空狗 更新时间:2023-10-29 11:17:15 25 4
gpt4 key购买 nike

有没有办法在笔记本中将 jupyter 笔记本的 CPU 优先级设置得较低?例如。在计算服务器上运行为期一天的参数搜索时,在该笔记本中设置优先级,使其落后于其他人实时处理的笔记本。

最佳答案

也许设置您的 python 进程的优先级对您来说就足够了? startet 进程尽可能继承优先级。如果是,以下代码对我有帮助:

import psutil
psutil.Process().nice(19)# if on *ux
psutil.Process().nice(psutil.IDLE_PRIORITY_CLASS)# if on win

关于python - 在 jupyter/ipython notebook 中设置优先级/niceness,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47600569/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com