Hi I am lost here can u point me to the right direction to start with have no clue.
9 ### START CODE HERE
10 data_augmentation = tf.keras.Sequential
—> 11 data_augmentation.add(train_dataset(1))
12 data_augmentation.add(train_dataset(1))
13 ### END CODE HERE
TypeError: ‘PrefetchDataset’ object is not callablem