tensorflow安装过程中查看其版本和安装路径

为了查看tensorflow的安装版本和路径,用如下的命令

python3
import tensorflow as tf
tf.__version__
tf.__path__

 

posted @ 2019-01-14 09:19  Cucucu  阅读(189)  评论(0编辑  收藏  举报