0
点赞
收藏
分享

微信扫一扫

GPU训练完后自动关机

Gascognya 2022-01-28 阅读 168
python

GPU训练完后自动关机:
在代码最末尾添加

import os
os.system("shutdown")
举报

相关推荐

0 条评论