查看Tensorflow版本

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

 

posted @ 2017-03-11 10:02  Shiyu_Huang  阅读(14645)  评论(0编辑  收藏  举报