Accuracy in C4W3 Lab 2

Hi guys,

Was playing around with the code in Lab 2 of C4W3 and added “metrics=[‘accuracy’,‘mae’]” to the model’s compile call. On my local end, as well as in the course’s notebook, accuracy ends up being “0” across all epochs for both the training and validation datasets.

I feel like I’m missing something here – is there a reason that accuracy isn’t a valid metric in this case?

Thanks again!

why metric =[‘accuracy’, ‘mae’]???