I’m getting an assertion error: “Wrong values when training=False” in the convolution_block()
function. I am unable to resolve this, and I don’t understand what I could’ve possibly done wrong, since I have followed the instructions and verified like a thousand times lol. Any help will be appreciated, thanks.
Did you use “training=training” in every layer in the convolutional_block()?
I did use that in every layer, yes
The other very popular error is to use the wrong inputs on the “Shortcut” path. If you used X there, that will not end well …
1 Like
Be sure to use the filter window size f correctly.
1 Like