執行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