RuntimError: CUDA error:all CUDA-capable devices are busy or unavailable问题解决

运行程序遇到这个问题,尝试解决,首先看一下当前的gpu占用情况,使用nvidia-smi指令进行查看。

发现,这些卡都挺空的,没有被占完。 仔细检查可以发现,右边显示的内容不对,正常应该是Default Diasbled ,这里却是 E.process 。

通过搜索,发现是显卡被设置为独占模式。所以才会出现最开始的问题。之后就比较简单了,将其改为默认即可。

nvidia-smi -c 0

-c, --compute-mode=MODE
       Set the compute mode for the target GPUs.  See the (GPU ATTRIBUTES) section for a description of compute mode.  Requires root.  Will impact all GPUs unless a single GPU is specified using the -i argument.  The effect of this operation  is  immediate.   However,  it does not persist across reboots.  After each reboot compute mode will reset to "DEFAULT".

 

更多指令可以使用 man nvidia-smi 查看。

  • 2
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
This book is intended primarily for readers who already have at least a basic knowledge of neural networks but are interested in learning about, experimenting with, and perhaps even programming deep belief nets. The salient features of this book are the following: • The book provides motivation for the deep belief net paradigm. • It presents the most important equations for the most common deep belief net components and justi es them to a modest degree. • e book provides training, execution, and analysis algorithms for common deep belief net paradigms in language-independent forms. • is book serves as a detailed user’s manual for the DEEP program, which is available as a free download from the author’s web site. I describe the internal operations of the program in depth. • The book provides C++ code for many essential deep belief net algorithms. This includes versions for multiple-thread execution on Windows-based computers, as well as CUDA C implementations for using the supercomputer capabilities of NVIDIA CUDA-capable GPU cards. It must be noted that several items are not included in this book. • I largely avoid detailed mathematical theory. If we want to understand the quite advanced theory behind deep belief nets, numerous papers are available on the Internet. I will identify a few of the best later in this chapter. • I present only those models I found to be of greatest practical, real-world value in my own work. This does not imply that the omitted models are inferior, only that I have not found them to be outstandingly useful in my particular applications.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值