Week 2 , programming assignment

I am getting the assertion error, ‘AssertionError: Wrong values when training=True.’. I tried sorting out but didn’t find a way out of this.
PS: I wrote X_shortcut = BatchNormalization(axis = 3)(X_shortcut, training = training)
I also tried double checking all the parameter values for individual function

Hi @Moneet_Mohan_Devadig, have a look at the comments in the exercise: you need to save the input value X_shortcut for later on, and do the calculations on X.

yeah i did it in the last itself, I mentioned it because its the most common mistake ( thats what i found after going through the threads on the same topic)