成功解决 from ._conv import register_converters as _register_converters

简介: 成功解决 from ._conv import register_converters as _register_converters

解决问题


F:\Program Files\Python\Python36\Lib\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


解决思路


   是因为你所使用的h5py库,有一部分函数与numpy1.14有冲突,据说h5py的开发者,将会在下个版本中对这个警告进行修复。所以,期待吧!

image.png




解决方法


T1、对h5py库进行降级,比如使用numpy==1.13.0

T2、重新对h5py库的函数重写即可!


相关文章
|
3月前
|
Go 索引
internal\model\data_support.go:17:10: cannot use _ as value or type
internal\model\data_support.go:17:10: cannot use _ as value or type
|
7月前
|
机器学习/深度学习 监控 数据可视化
【已解决】 ‘Conv2d’ object has no attribute ‘register_full_backward_hook’
【已解决】 ‘Conv2d’ object has no attribute ‘register_full_backward_hook’
|
数据库
解决numpy.core._exceptions.UFuncTypeError: ufunc ‘add‘ did not contain a loop with signature matching
解决numpy.core._exceptions.UFuncTypeError: ufunc ‘add‘ did not contain a loop with signature matching
1171 0
解决numpy.core._exceptions.UFuncTypeError: ufunc ‘add‘ did not contain a loop with signature matching
|
前端开发
v-bind与v-model的区别
v-bind与v-model的区别
197 0
AttributeError: module ‘torch.utils‘ has no attribute ‘data‘
属性错误:模块的'torch.utils'没有属性'data'
101 0
AttributeError: cannot assign module before Module.__init__() call 怎么解决?
这个错误通常是由于在__init__方法之外对模块中的某些成员进行了初始化或赋值操作,导致模块还没有被完全初始化就已经被调用了。为了解决这个问题,你需要将所有的初始化或赋值操作移到__init__方法内部。 例如,如果你有一个自定义模块MyModule,并且想要在其中定义一个类变量my_var,则应该将其放在__init__方法中:
769 0
|
Java 数据安全/隐私保护
Failed to register native method nativeSetStatusCallback in base.apk
Failed to register native method nativeSetStatusCallback in base.apk
235 0
torch.autograd.Function 学习理解
文章目录 前言 一、概述 二、例程 三、官方的demo(指数函数)
328 0
|
开发工具 Android开发
解决Error:Could not determine the class-path for interface com.android.builder.model.AndroidProject.
解决Error:Could not determine the class-path for interface com.android.builder.model.AndroidProject.
215 0
解决Error:Could not determine the class-path for interface com.android.builder.model.AndroidProject.