Week 2 resnet model not testing

I’m getting this error when running this test block.
I’m not sure excatly what the error even means, but if i just go ahead and train the model and test it, it does workwith >80% accuracy.
does anyone know what this means?

Thanks

It means one of the Conv2D layers doesn’t have the correct size.

Am I allowed to post my code for the layers? because I’m sure I’ve got the code for the layers right but it’s still not working?

Don’t worry, i went back after a day and everything passed. weird.