1.#检查cuda的安装情况
nvcc --version
2.将cudnn中的库文件移动到cuda的文件夹中
3.#检查cudnn,跑demo程序,两个PASS
win10+cuda9.0+cudnn7.6.5 for cuda9.0+torch1.0
4.#cuda9.0
conda install pytorch1.0.0 torchvision0.2.1 cuda90 -c pytorch
5.#添加源
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/

相关文章:

  • 2021-11-01
  • 2021-10-11
  • 2021-05-26
  • 2021-12-21
  • 2021-08-04
  • 2021-11-26
  • 2021-07-31
  • 2022-12-23
猜你喜欢
  • 2021-12-15
  • 2021-11-04
  • 2021-07-09
  • 2021-09-03
  • 2021-05-28
  • 2021-11-01
  • 2022-12-23
相关资源
相似解决方案