训练时候的bug----ValueError: slice index 2 of dimension 0 out of bounds

出现问题:

tensorflow.python.framework.errors_impl.InvalidArgumentError: slice index 2 of dimension 0 out of bounds. for 'strided_slice_2' (op: 'StridedSlice') with input shapes: [2], [1], [1], [1] and with computed input tensors: input[1] = <2>, input[2] = <3>, input[3] 

ValueError: slice index 2 of dimension 0 out of bounds. for 'strided_slice_2' (op: 'StridedSlice') with input shapes: [2], [1], [1], [1] and with computed input tensors: input[1] = <2>, input[2] = <3>, input[3] = <1>.

 

 

解决方案:

会出现这种问题,一般都是参数问题。参数不匹配,一定要检查参数的维度。

1、如导入模型的时候,与训练的时候模型参数不一致

2、可能你生成的参数量长度为2,但是你用这个参数的时候却用了其他的数量。比如我这里的shape=[4]。是根据我的augs来的,都是四个,所以才生成四个长度。如若你在更改的时候,这数字不匹配,就会出现这种问题。

评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值