Hello, i have this message error in the last cell:
I don’t understand.
Do you have an idea ?
My first thought would be that an error with index 0 of dimension 0 out of bounds sounds like you’ve got something that’s empty that shouldn’t be.
You can try temporarily adding some print statements to help narrow down the problem. For example, check the shape of denormalized_images, and denormalized_images[this_image]. It can also be helpful to expand the “1 frames” to see the full stack trace.