我在Ubuntu 16上使用K80 GPU设置了一个新的虚拟机(在GCP上)。 关注了CUDA工具包9.1的installation instructions
nvidia-smi正确返回: NVIDIA-SMI 390.12驱动程序版本:390.12 ...
在pytorch中,cuda.is_available()返回True, 但任何操作都失败了:
torch.randn(10).cuda() ==>
RuntimeError: cuda runtime error (2) : out of memory at /opt/conda/conda-
bld/pytorch_1512378422383/work/torch/lib/THC/generic/THCStorage.cu:58
我在安装中缺少什么?
答案 0 :(得分:0)
哦..没关系,我必须重新启动机器才能让驱动程序重新加载。
答案 1 :(得分:0)
希望它也对您有用。