I have just started the second assignment for week 2 and I am finding the instructions for the first graded function to be unclear. It appears to me that we are to use tf.keras.Sequential([,]) to employ the flip and rotation, similar to how it is shown in the tf docs.
However, I am unsure what the point of the data_augmentation.add(None) is. I am pretty sure I am defining data_augmentation correctly but I just don’t know what is being attempted. Could someone explain the intent to this function so I can take another crack at figuring out the code?