Week 1 Convolution Neural network
3.3 - Convolutional Neural Networks - Forward Pass
Exercise 3 - conv_forward
for h in range(None): # loop over vertical axis of the output volume
for this line it says loop over vertical axis of the output volume? I thought we suppose to loop over the a_previous since that is the input volume that we are trying to do the convolution on?