天天看點

檢視安裝的tensorflow版本号和路徑

輸入python,進入python指令行

import tensorflow as tf

tf.__version__

查詢tensorflow安裝路徑為:

tf.__path__

結果如下: