-
警告:Your CPU supports instructions that this TensorFlow binary was not
compiled to use: AVX2 FMA1.在代码中加入如下代码,忽略警告:
import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
运行tensorflow测试程序时,出现:
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
国内网上试过许多方法都不行,直到翻墙google里看到
pip install h5py==2.8.0rc1
完美解决