美文网首页
TensorFlow学习遇到到问题

TensorFlow学习遇到到问题

作者: 妙步少一秒 | 来源:发表于2019-06-07 18:38 被阅读0次

报错:anaconda3/lib/python3.6/site-packages/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

情形一:

- 执行到 import tensorflowas tf 报错

    可能原因:

        1)不知。

                解决方案:更新升级h5py。

                                  执行命令:pip install h5py==2.8.0rc1

                参考:https://blog.csdn.net/qq_41185868/article/details/80276847

相关文章

网友评论

      本文标题:TensorFlow学习遇到到问题

      本文链接:https://www.haomeiwen.com/subject/bhrvxctx.html