AttributeError: module 'numpy' has no attribute 'float'.
时间: 2023-06-22 09:36:43 浏览: 1459
AttributeError: module 'tensorflow.compat.v1' has no attribute '
非常抱歉,我之前的回答有误。`numpy`模块中没有`float`这个属性,正确的写法应该是`np.float32`或`np.float64`。这两个属性分别表示32位和64位浮点数数据类型。如果您使用`np.float`会出现`AttributeError: module 'numpy' has no attribute 'float'`的错误提示。感谢您指出我的错误,希望我的回答能够帮到您。
阅读全文