【问题标题】:Windows installing pytorch 0.3Windows 安装 pytorch 0.3
【发布时间】:2019-05-11 06:16:41
【问题描述】:

我需要安装pytorch==0.3(我正在使用conda),但是当我运行命令行时,conda说需要的包不可用。有没有办法安装它(可能不使用 ubuntu)?

【问题讨论】:

  • Note: most pytorch versions are available only for specific CUDA versions. For example pytorch=1.0.1 is not available for CUDA 9.2 这就是他们的website 上所说的。这可能是你的问题吗?
  • 我没有cuda,所以我按照“没有cuda”的命令行:conda install pytorch==0.3.0 torchvision -c pytorch
  • 你可以尝试使用 pip 吗?还是 conda 是绝对必要的?

标签: python anaconda pytorch torchvision


【解决方案1】:

peterjc123 在这里发布了 windows 版本:https://anaconda.org/peterjc123/pytorch

【讨论】:

    【解决方案2】:

    Windows 上最早可用的版本是 0.4.0 在 conda 上搜索可用版本时可以看到。

    $conda search pytorch-cpu -c pytorch
    Loading channels: done
    # Name                  Version           Build  Channel
    pytorch-cpu               0.4.0 py35_cpuhe774522_1  pytorch
    pytorch-cpu               0.4.0 py36_cpuhe774522_1  pytorch
    pytorch-cpu               0.4.1 py35_cpuhe774522_1  pytorch
    pytorch-cpu               0.4.1 py36_cpuhe774522_1  pytorch
    pytorch-cpu               0.4.1 py37_cpuhe774522_1  pytorch
    pytorch-cpu               1.0.0     py3.5_cpu_1  pytorch
    pytorch-cpu               1.0.0     py3.6_cpu_1  pytorch
    pytorch-cpu               1.0.0     py3.7_cpu_1  pytorch
    pytorch-cpu               1.0.1     py3.5_cpu_1  pytorch
    pytorch-cpu               1.0.1   py3.6.7_cpu_1  pytorch
    pytorch-cpu               1.0.1     py3.6_cpu_1  pytorch
    pytorch-cpu               1.0.1   py3.7.1_cpu_1  pytorch
    pytorch-cpu               1.0.1     py3.7_cpu_1  pytorch
    pytorch-cpu               1.1.0     py3.5_cpu_1  pytorch
    pytorch-cpu               1.1.0     py3.6_cpu_1  pytorch
    pytorch-cpu               1.1.0     py3.7_cpu_1  pytorch
    

    并在0.4.0版的发布页面https://github.com/pytorch/pytorch/releases/tag/v0.4.0

    如果你要使用0.3.0版本我建议你使用linux或mac操作系统。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-09-30
      • 2018-07-18
      • 2018-05-25
      • 1970-01-01
      • 2022-11-06
      • 2019-12-21
      相关资源
      最近更新 更多