C4W2A1:AssertionError: Wrong values when training=True

Week 2 Residual Networks Assignment
Lab ID: sykqcbqf
Even though output is the same giving an error.

# UNQ_C2
# GRADED FUNCTION: convolutional_block

My code
{mentor edit: code removed}

Error message

Please do not post your code on the forum. That is not allowed by the course Honor Code.

Your initialization of “X_shortcut” is not correct.

Also, you have “X = X = …” in the activation layer (only one X = is needed), and you don’t need the training argument there.