会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
CrazyJhq
博客园
首页
新随笔
联系
订阅
管理
2021年9月29日
np.int报错如下:DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe.
摘要: 原因在于np.int在numpy1.20已经被废弃掉了,具体可以参考:https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 修改方法: 将 np.int 改为 np.int_ 或者 np.int32 或者 np.int64
阅读全文
posted @ 2021-09-29 17:48 CrazyJhq
阅读(18630)
评论(0)
推荐(3)
编辑
公告