LoginSignup
6
6

More than 5 years have passed since last update.

はじめての人工知能。インストールされている Tensorflow のバージョンを確認する方法。

Last updated at Posted at 2016-09-04

Tensorflow のバージョンを確認する方法

python をインタプリタで起動します。

# python

python が立ち上がったら、次のコマンドを打ちます。

>>> import tensorflow as tf
>>> tf.__version__
'0.10.0rc0'

pip でインストールした場合

こちらのコマンドでも確認できます。

# pip show tensorflow

--
Metadata-Version: 2.0
Name: tensorflow
Version: 0.10.0rc0
・
・
・
(略)
6
6
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
6
6