:::| 目前位置圖示目前位置:首頁圖示回首頁 | 主功能頁圖示相關問答
執行import tensorflow as tf 出現...__init__.py:34: FutureWarning:...

[日期]:2018/03/04  [瀏覽人數]:373

執行import tensorflow as tf 出現錯誤 ../h5py/__init__.py:34: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters

此為numpy1.14版旳問題,可以改裝1.13版 pip install numpy==1.13.3