hey, I am continuously getting this error. Any help would be appreciated.
Which week?
Which assignment?
Which function?
week 1
convolutional model
pool_backward
did you get it?
i could not find any errors in my equations
You need to take another look at the right hand side of the assignment to dA_prev. Currently, you are using a range of dA. You should be using a single location based on the iteration counters i, w, h, and c.
3 Likes
Thank you. Resolved it
Thank you so much for the hint. Still useful in 2024
1 Like