Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

You can check Tensorflow version on CLI as following:

Code Block
pythonpip -c 'import tensorflow as tf; print(tf.__version__)'  # for Python 2
python3 -c 'import tensorflow as tf; print(tf.__version__)'  # for Python 3show tensorflow

Then you will see the result like below:

Code Block
Name: tensorflow
Version: 0.5.0
Summary: TensorFlow helps the tensors flow
Home-page: http://tensorflow.com/
Author: Google Inc.
Author-email: opensource@google.com
License: Apache 2.0
Location: /home/kurapa/venvs/tensorflow/lib/python2.7/site-packages
Requires: six, numpy
Required-by: