windows cuda10 安装

  1. 下载cuda 和cudnn
  2. 参照视频
  3. 测试: nvcc -V

链接

pip3 install torch==1.2.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html
# 测试
import tensorflow

tensorflow安装

pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow-gpu==2.0.0-alpha0
# 测试
import torch
print(torch.__version__)
print(torch.cuda.is_available())

相关文章:

  • 2021-07-20
  • 2021-12-13
  • 2021-12-29
  • 2022-01-02
  • 2022-12-23
  • 2021-06-27
  • 2021-09-12
猜你喜欢
  • 2022-02-23
  • 2022-02-28
  • 2021-12-16
  • 2022-02-03
  • 2021-09-04
  • 2022-01-28
  • 2021-09-07
相关资源
相似解决方案