我需要安装pytorch == 0.3(我正在使用conda),但是当我运行命令行时,conda说所需的软件包不可用。有什么方法可以安装它(可能不使用ubuntu)?
答案 0 :(得分:1)
最早的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操作系统。
答案 1 :(得分:0)
peterjc123在此处发布了Windows版本:https://anaconda.org/peterjc123/pytorch