GRADED FUNCTION: conv_forward
The code seems to indicate that I should be figuring out these items; however, there’s no “START YOUR CODE HERE” for them.
Just double checking that I can code outside the lines for this?
# (m, n_H_prev, n_W_prev, n_C_prev) = None
# (f, f, n_C_prev, n_C) = None
# stride = None
# pad = None
# n_H = None
# n_W = None
# Z = None
# A_prev_pad = None
everything is commented out down to
# YOUR CODE STARTS HERE
# YOUR CODE ENDS HERE
Should I take all the commented out lines and put them in between this?