You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

You can check Tensorflow version on CLI as following:

python -c 'import tensorflow as tf; print(tf.__version__)'  # for Python 2
python3 -c 'import tensorflow as tf; print(tf.__version__)'  # for Python 3


  • No labels