Hi,
I have completed the task, however I cannot seem to understand why this line is needed:
# Set the ith training example's dA_prev to the unpadded da_prev_pad (Hint: use X[pad:-pad, pad:-pad, :])
# dA_prev[i, :, :, :] = None
I have tried printing outputs of both da_prev_pad and dA_prev[i, :, :, :], and I understand what it is slicing. However, I cannot seem to grasp why we are leaving out the other parts (is that considered to be some form of artifical information?).
Thanks in advance for the time and help
Endrit