目录

Install PyTorch

Operation System

CentOS 7.6 (64 bits)

Install Python 3.7

How to Install Python 3.7

Install Anaconda

> wget https://repo.anaconda.com/archive/Anaconda3-2019.07-Linux-x86_64.sh
> chmod u+x Anaconda3-2019.07-Linux-x86_64.sh
> ./Anaconda3-2019.07-Linux-x86_64.sh
> rm -f Anaconda3-2019.07-Linux-x86_64.sh