Skip to content

prliu/tensorflow-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Tensorflow Study

這個地方是我用來記錄學習Tensorflow相關過程,免得年紀大忘光了。

Nvidia GPU Driver Installation

  1. Go to Nvidia Offical Website, and download the driver;
  2. Shutdown the X-Window by the command:

# sudo service gdm stop

Tensorflow 的安裝

我使用 Debian Linux 9.3,相關的環境如下:

  1. python v3.5
  2. pip v1.18.0
  3. venv

Before I start to install the Tensorflow package into my system, I create a virtual environment as following commands first:

# python -m venv tensorflow-study
# cd tensorflow-study
# source bin/active
# python -m pip install tensorflow

PyTorch 的安裝

(To be continue...)

About

這個地方是我用來記錄學習Tensorflow相關過程,免得年紀大忘光了。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published