似乎Google Colab GPU没有配备CUDA Toolkit,我如何在Google Colab GPU中安装CUDA.我在Google Colab中安装mxnet时遇到此错误.
Installing collected packages: mxnet
Successfully installed mxnet-1.2.0
Run Code Online (Sandbox Code Playgroud)
错误:用于利用GPU进行计算的不完整安装.请确保已安装CUDA并在终端中运行以下行并再试一次:
pip uninstall -y mxnet && pip install mxnet-cu90==1.1.0
Run Code Online (Sandbox Code Playgroud)
根据您的CUDA版本调整'cu90'('cu75'和'cu80'也可用).您还可以通过调用turicreate.config.set_num_gpus(0)来完全禁用GPU使用.发生异常,使用%tb查看完整的回溯.
SystemExit: 1
Run Code Online (Sandbox Code Playgroud) python cuda machine-learning google-colaboratory turi-create