登录 注册
当前位置:主页 > 资源下载 > 50 > torch-1.0.0-cp36-cp36m-win_amd64.whl下载

torch-1.0.0-cp36-cp36m-win_amd64.whl下载

  • 更新:2024-11-07 11:36:44
  • 大小:66.52MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:机器学习 - 人工智能
  • 格式:RAR

资源介绍

清华源镜像无法安装成功,下载文件torch=1.0.0 安装成功。环境 windows 10.0 1、进入anaconda tensroflow环境(原先已配置好) python=3.6 anconda=3 tensorflow=1.12.0. 2、安装torch=1.0.0 ,使用命令:pip install torch-1.0.0-cp36-cp36m-win_amd64.whl 3、还需安装torchvision==0.2.0,打开anaconda prompt采用以下命令安装 pip --default-timeout=6000 install torchvision==0.2.0 4、测试:import torch import torchvision print(torch.__version__)