wsl2 安装pytorch异常记录

1、 conda 使用官方命令行安装pytorch时,报错:By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End User License Agreement (EULA)

pip install torch==1.11.0+cu115 torchvision==0.12.0+cu115 -f https://download.pytorch.org/whl/torch_stable.html

2、驱动更新问题,nvidia-smi 是否可见
更新 window 库到最新,其他博客有描述。

逐步的详细安装教程可参考:
https://zhuanlan.zhihu.com/p/342724621

你可能感兴趣的:(编程基础,深度学习,pytorch,深度学习,python)