When doing the 50 layer ResNet assignment, my code seems to be completely fine as I run the model after the test and it gives me a high accuracy. But for some reason, the test seems to be failing. Can someone help me
I can also upload my code
Somewhere you’re using the wrong type of padding - “valid” vs. “same”.