echo-efun
import tensorflow as tf

#打印tensorflow版本
print("tensorflow version:"+tf.__version__)   

#打印tensorflow安装路径
for str in tf.__path__:
    print("tensorflow path:"+str)

 

分类:

技术点:

相关文章: