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
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