2021-01-05

wsl + cuda + nvgpu

基本环境

https://tecadmin.net/install-development-tools-on-ubuntu/

wsl

https://docs.nvidia.com/cuda/wsl-user-guide/index.html

cuda

https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html

查看内核版本

cat /etc/lsb-release

anaconda

https://blog.csdn.net/a475952074/article/details/79521567

pytorch

https://pytorch.org/get-started/locally/

numpy报错

pip install --user --upgrade numpy

 

你可能感兴趣的:(cuda)