Assignment evaluated incorrectly

Convolutional Neural Networks in TensorFlow week 2 assignment on epoch end is %80 for training accuracy and validation accuracy.
However, unittests.test_EarlyStoppingCallback(EarlyStoppingCallback) checks the thresholds as %95 and %80 respectively. Thus reduction in the overall assignment grade.

Hi @e_d_k , yes. You can and should change the threshold of the on_epoch function to match the requirements of the assignment

The checks in unittests.test_EarlyStoppingCallback(EarlyStoppingCallback) are correct IMO. Please share which specific test checks the passing criteria incorrectly.

To pass this assignment your model should have achieved a training accuracy of 95% and a validation accuracy of 80%.