2.

TensorFlowのインストール(Ubuntu + Python)

編集

前提

・Python3, pipインストール済み

 

pipの最新化

pip install --upgrade pip

 

TensorFlowのインストール

# CPU版
pip install tensorflow

# GPU版
pip install tensorflow-gpu

 

編集
Post Share
子ページ

子ページはありません

同階層のページ
  1. インストール(Windows + Python)
  2. インストール(Ubuntu + Python)
  3. チュートリアル