After implementing the first cell in assignment two, I get the following error:
“The layer has never been called and thus has no defined output shape.”
Could someone tell me what this means and how to fix it? Thanks!
After implementing the first cell in assignment two, I get the following error:
“The layer has never been called and thus has no defined output shape.”
Could someone tell me what this means and how to fix it? Thanks!
Never mind, I have solved this issue, turns out I missed the input shape parameter on the ZeroPadding2D layer.
Glad to hear you found the solution under your own power. Thanks for confirming!