本人使用的是Ubuntu18.04,使用GPU进行深度炼丹的时候出现了Cuda runtime error(999)的错误。

参考:https://discuss.pytorch.org/t/cuda-runtime-error-999/69658/11

“ Ubuntu seems to have some issues with sleep/suspend (or maybe Linux in general?).”

解决办法为在终端中使用下列命令:

sudo rmmod nvidia_uvm
sudo modprobe nvidia_uvm

 

相关文章:

  • 2021-11-23
  • 2021-09-13
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
猜你喜欢
  • 2021-08-27
  • 2021-06-11
  • 2022-12-23
  • 2021-06-28
  • 2021-05-09
  • 2022-12-23
  • 2021-12-31
相关资源
相似解决方案