avnish
October 4, 2021, 12:06am
1
Course 4/Week 1/Exercise 3 (Convolution)
Getting error message above. Based on my debugging, looks like some boundary condition since much of the convolution works. However, I am not able to see why I am getting a slice that is smaller than “requested” which then causes the error above.
Please advise if I need to share the code.
Thx.
TMosh
October 4, 2021, 12:32am
2
One of your variables is the wrong shape.
avnish
October 4, 2021, 12:42am
3
# GRADED FUNCTION: conv_forward
# mentor edit: code removed - not allowed by the Honor Code.
avnish
October 4, 2021, 12:43am
4
Does not fail for the built in test but fails for the external test.
avnish
October 4, 2021, 3:37am
5
Please take a look at the attached function and give me some pointers.
TMosh
October 4, 2021, 5:02am
6
Posting your code breaks the course Honor Code.
TMosh
October 4, 2021, 5:08am
7
When you compute a_slice_prev, check that you have the order of the indices correct.
1 Like
avnish
October 4, 2021, 5:24am
8
Thank you very much … helped a great deal !!!