Jupyter Notebook Run Error:The kernel appears to have died. It will restart automatically.
报错:The kernel appears to have died. It will restart automatically.原因:运行该程序前,运行了其他程序,计算机显卡被暂用,导致显存不足。解决方法:关掉之前运行的python 程序,重新运行。或者,关闭jupyter notebook,重新打开即可。查看电脑显存的使用情况:在cmd窗口输入指令:nvidia...
·
报错:
The kernel appears to have died. It will restart automatically.
原因:
运行该程序前,运行了其他程序,计算机显卡被暂用,导致显存不足。
解决方法:
关掉之前运行的python 程序,重新运行。或者,关闭jupyter notebook,重新打开即可。
查看电脑显存的使用情况:
在cmd窗口输入指令: nvidia-smi

更多推荐


所有评论(0)