data_slicing1[:, :, 0:y_thre, 0:x_thre + temp_overlap] = data[:, :, 0:y_thre, 0:x_thre + temp_overlap]
大小:24 3 112 112x_thre :112temp_overlap:16
没有报错,这是什么原因?
切片中超出索引是允许的