查看已装TensorFlow的版本和路径

pyhton
Python 2.7.14...
>>>import tensorflow as tf
>>>tf.__version__
'1.3.0'
>>>tf.__path__

  

原文地址:https://www.cnblogs.com/chamie/p/8732454.html