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`.
解决方法:更h5py包
pip install --upgrade h5py
安装完成之后,问题解决。
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`.
pip install --upgrade h5py
安装完成之后,问题解决。