0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

debian9でTensorFlow

Posted at

概要

debian9でTensorFlowやってみた。

インストールの方針

linux debian-9.0.0 amd64 使う。
python 3.5 使う。
sshは、使わない。
ftpは、使わない。
apacheは、使う。
gui、使う。
日本語、使う。
ブラウザ、使う。
anacondaは、使わない。
pyenvは、使わない。
jupyterは、使わない。
gpuは、使わない。

apt-getでインストール

python3-pip
python3-numpy
python3-scipy
python3-pillow
python3-matplotlib
python3-pandas

pip3でインストール

tensorflow 1.2.1

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?