TensorFlow deep learning environment construction

TensorFlow deep learning environment construction

1. Linux system installation tutorial

1. Install Vmware workstation

The entire installation tutorial is carried out under the win10 home edition (64-bit) operating system, and the installed virtual machine version is Vmware workstation 15 PRO. Click here to refer to the installation steps , it is recommended not to install on the C drive.

2. Install the Linux system

2.1 Linux system version download link

In order to ensure the stability of the system, the Ubuntu version of the Linux system is installed, and I installed the 16.04 version. Click here for the download link

2.2 Detailed installation steps

Open Vmware workstation, click → create a new virtual machine
insert image description here
and then keep looking at the arrow to operate.
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
Click on the folder in the picture below to find the previously downloaded image.
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

2. Install Anaconda

Go to the official website to download Anaconda, an integrated python development environment with built-in ipython. Official website download link→ Click here
to select the following version to download
insert image description here
Find the download directory, the file name is Anaconda3-2020.07-Linux-x86_64.sh, open the Linux terminal, and enter the following command:

bash Anaconda3-2020.07-Linux-x86_64.sh

insert image description here
Type q to skip the license document, type yes, and press Enter to continue the installation. Press Enter when entering the installation path. By default, the installation will be in the home directory.
insert image description here

Guess you like

Origin blog.csdn.net/weixin_43730812/article/details/109442326