Hi, I am getting this error in the second exercise of this assignment.
TypeError Traceback (most recent call last)
in
----> 1 model2 = alpaca_model(IMG_SIZE, data_augmentation)
in alpaca_model(image_shape, data_augmentation)
46 ### END CODE HERE
47
—> 48 outputs = prediction_layer(x)
49 model = tf.keras.Model(inputs, outputs)
50
TypeError: ‘Tensor’ object is not callable
I tried searching the error up online, but the solutions just went over my head. Any help is appreciated. Thanks