C2W2 Assignment - Model is not passing unittest

Hello,

I started the assignment and finsihed all the graded functions and the model is working fine, although not as accurate as I would have liked :slight_smile:

On Exercise 3 it seems that my returned model does not pass the unit test for some reason, and it is not recognizing the layers within the two main models (data_augmentor, normal_model). If the tests are correct then my code/model shouldn’t be able to start executing if architecture is messed up.

How can I overcome this issue?

Thank you

Can you post a screenshot of the grader’s feedback so mentors can create a better understanding of the error?