level 1
盛世小轩辕
楼主
今天刚知道tensorflow支持最新的anaconda了所以重新装了一遍,之前用的是35版本。然后一套东西都装完之后,import tensorflow在每次打开第一次运行的时候会提示这个东西,但不影响后续代码的执行,第二次运行后也会不提示了。虽然不影响,但是想知道这是怎么回事,有没有解决办法,求教🙏
C:\ProgramData\Anaconda3\lib\site-packages\h5py\__init__.py:36: 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





2018年09月08日 12点09分
1
C:\ProgramData\Anaconda3\lib\site-packages\h5py\__init__.py:36: 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




