As you see, this exercise is to create 9 images from one single image by applying “horizontal flip” and “rotation” randomly. In this sense, all should be similar, but “slightly” different.
If all images are exactly same, then, there is a possibility that the augmenter is not working correctly.
(I’m curious, since the previous exercise already validated layers for this sequential model… )
@anon57530071 Thanks for writing. I think there are two issues happening:
The images appear identical (not even slightly the same) – I also opened up another thread on this here
the for loop in that plot appears to only be plotting the same augmented image 9 times, which was my main question here. I thought maybe I was missing something and wanted to ask.