tensorflow配置中出現的FutureWarning等問題

配置環境的時候出現了:
FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
在這裏插入圖片描述

解決方法

numpy版本過高,使用numpy-1.16-0版本

pip install numpy==1.16.0

在這裏插入圖片描述

新的問題

Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
簡單的來說,就是你安裝的tensorflow太垃圾了,裝一個高級點的!

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章