enggen / Deep-Learning-Coursera

Deep Learning Specialization by Andrew Ng, deeplearning.ai.
1.65k stars 1.33k forks source link

stride not multiplied in backward pass #7

Open ThisMonkeysGoneToHeaven opened 4 years ago

ThisMonkeysGoneToHeaven commented 4 years ago

During the backward pass, I saw that stride wasn't multiplied with h and w. And it's affecting the output.