查看tensorflow的安装路径和安装版本

import tensorflow as tf

print(tf.__path__)

print(tf.__version__)

原文地址:https://www.cnblogs.com/yibeimingyue/p/13831751.html