Hello, I’m encountering the following error during Exercise 5 of Week 3:
File "<ipython-input-26-96574e38d1cd>", line 36
v["dW" + str(l)] = np.zeros(np.shape(parameters["W" + str(l)]))
^
IndentationError: expected an indented block
I’ve tried copying the code into a code editor, verifying the spaces and indents, then pasting the code back into the notebook with no success. Any help to resolving this appreciated. Thank you!