typorch安装手册
安装环境:
我的台式机。
CPU 7700K
显卡 ROG-1066
内存:32G
操作系统:win10 专业版
参考网址:
pytorch官网
https://pytorch.org/
CUDA 安装:
https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exe_local
anaconda安装
https://www.anaconda.com/
安装步骤:
1.Install Anaconda
2.Install CUDA, if your machine has a CUDA-enabled GPU.
3.If you want to build on Windows, Visual Studio with MSVC toolset, and NVTX are also needed. The exact requirements of those dependencies could be found out here.
4.Follow the steps described here: https://github.com/pytorch/pytorch#from-source
1、下载安装 anaconda
2、下载安装CUDA最新版本(按照是否有GPU选项安装不同目录)
3、参考pytorch主页安装
conda install pytorch t