Pytorch configuration

Install Pycharm

1. Download pycharm link: https://www.jetbrains.com/pycharm/download/#section=windows
Insert image description here

2. After the download is completed, click Install, continue to the next step, and finally click Install.

Insert image description here

InstallAnacnda

1. Download Anaconda link: https://www.anaconda.com/ Click to download
Insert image description here

2. After the download is completed, click Install and check the first item
Insert image description here

3. Click Install
Insert image description here

4. Create an Anaconda environment and select y.
Insert image description here

Configure the pytorch version to CUDA 11.1
1. pytorch link: https://pytorch.org/get-started/previous-versions/
Insert image description here

2. Copy the command, enter anaconda, and complete the cuda installation.
Insert image description here

3. Download cudnn link: https://developer.nvidia.cn/cuda-11.1.0-download-archive?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal
Insert image description here

4. Double-click the downloaded cudnn and extract it to a folder.
Insert image description here

5. Click Next to install
Insert image description here

6. When the installation is complete, click Close
Insert image description here

7. Test
Insert image description here

Guess you like

Origin blog.csdn.net/qq_44798484/article/details/125338315
Recommended