I get this error at exercise 1 data augmentation:
AttributeError: module ‘tensorflow.keras.layers’ has no attribute ‘RandomFlip’
I get the same error for ‘RandomRotation’ when i comment out the line with RandomFlip.
I didnt get this error however when i tried it out with tensorflow.keras.layers.Dense(1).