InvalidArgumentError: slice index 0 of dimension 0 out of bounds. [Op:StridedSlice] name: strided_slice/

In the last cell of the notebook, I’m getting this error when running it. How to fix this? I think it is related to denormalized_images[0]

InvalidArgumentError: slice index 0 of dimension 0 out of bounds. [Op:StridedSlice] name: strided_slice/

Before running append_to_grading_images, remember to fill the indices of the images you want zipped.

2 Likes

Plainly speaking there is nothing on position 0 of the list i.e. no elements stored inside at all.