快来加入 TensorFlowers 大家庭!
您需要 登录 才可以下载或查看,没有帐号?加入社区
x
C:\Users\Administrator\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.
第一次运行 import TensorFlow as tf 时候,总是出这个提示。 再运行一次就木有了。 网上搜了搜,说解决方案是:import os os.environ['TF_CPP_MIN_LOG_LEVEL']='3' 不大明白是什么意思。 能一劳永逸,永久去除这个提示么?
环境: Win 10 python 3.6 TensorFlow 1.7 Jupyter 5 anaconda 3
我知道答案
回答被采纳将会获得 10 金币 已有3人回答
|