I am currently attempting the programming assignment for course 1, week 2. I have passed all tests for propagate(), however, when this function is called in model() I get the error below:
Apologies, I found a similar issue which someone else had. Turns out I was not including “num_iterations” and “learning_rate” as arguments to optimize() within model().