In exercise 3 we are asked to manually set the loss function, the optimizer and evaluation metric. I got the following error AssertionError: Wrong metric
but can not find the mistake in my code. I defined the variable metrics as follows metrics = [tf.keras.metrics.Accuracy()]
I would appreciate any help, thanks!