成功解决but is 0 and 2 (computed from start 0 and end 9223372 over shape with rank 2 and stride-1)


咖啡豆清脆
咖啡豆清脆 2022-09-19 10:57:53 66257
分类专栏: 资讯

成功解决Exception "unhandled ValueError"
Subshape must have computed start >= end since stride is negative, but is 0 and 2 (computed from start 0 and end 9223372036854775807 over shape with rank 2 and stride-1)

目录

解决问题

解决思路

解决方法


解决问题

Exception "unhandled ValueError"
Subshape must have computed start >= end since stride is negative, but is 0 and 2 (computed from start 0 and end 9223372036854775807 over shape with rank 2 and stride-1)

解决思路

异常“未处理的ValueError”
子形状必须计算开始>=结束,因为步幅为负数,但为0和2(从开始0和结束9223372036854775807开始计算,在等级为2和步幅为1的形状上)

解决方法

参考文章https://stackoverflow.com/questions/57558476/training-a-keras-model-yields-multiple-optimizer-errors

修改yolo3/model.py文件的140/141行 :

  1. box_xy = (K.sigmoid(feats[..., :2]) + grid) / K.cast(grid_shape[::-1], K.dtype(feats))
  2. box_wh = K.exp(feats[..., 2:4]) * anchors_tensor / K.cast(input_shape[::-1], K.dtype(feats))

改为

  1. box_xy = (K.sigmoid(feats[..., :2]) + grid) / K.cast(grid_shape[...,::-1], K.dtype(feats))
  2. box_wh = K.exp(feats[..., 2:4]) * anchors_tensor / K.cast(input_shape[...,::-1], K.dtype(feats))



 

网站声明:如果转载,请联系本站管理员。否则一切后果自行承担。

本文链接:https://www.xckfsq.com/news/show.html?id=1922
赞同 0
评论 0 条
咖啡豆清脆L0
粉丝 0 发表 9 + 关注 私信
上周热门
银河麒麟添加网络打印机时,出现“client-error-not-possible”错误提示  1685
银河麒麟打印带有图像的文档时出错  1609
银河麒麟添加打印机时,出现“server-error-internal-error”  1399
统信操作系统各版本介绍  1321
统信桌面专业版【如何查询系统安装时间】  1318
统信桌面专业版【全盘安装UOS系统】介绍  1274
麒麟系统也能完整体验微信啦!  1217
统信【启动盘制作工具】使用介绍  890
统信桌面专业版【一个U盘做多个系统启动盘】的方法  819
信刻全自动档案蓝光光盘检测一体机  712
本周热议
我的信创开放社区兼职赚钱历程 40
今天你签到了吗? 27
如何玩转信创开放社区—从小白进阶到专家 15
信创开放社区邀请他人注册的具体步骤如下 15
方德桌面操作系统 14
我有15积分有什么用? 13
用抖音玩法闯信创开放社区——用平台宣传企业产品服务 13
如何让你先人一步获得悬赏问题信息?(创作者必看) 12
2024中国信创产业发展大会暨中国信息科技创新与应用博览会 9
中央国家机关政府采购中心:应当将CPU、操作系统符合安全可靠测评要求纳入采购需求 8

添加我为好友,拉您入交流群!

请使用微信扫一扫!