#C1W3 week-3
I’m having troubles with the exercise 6 of the C1W3 programming assignment. After review I have 20/20 points in each exercise except the nn_model exercise, and we just have to complete two “None” spaces (Y_hat and cost) in this exercise so I don’t what I’m doing wrong. I’m using forward_propagation for the first None and compute_cost for the second None, please help!
You are on the right track as you said. Are you getting an error or something? Please make sure that the input parameters are correct.
I’m not having any error, in fact the verification “w3_unittest.test_nn_model(nn_model)” says all tests passed. I’m using:
{moderator edit - solution code removed}
So I don’t really know why I have 0 points on that exercise
What you show looks correct. Are you sure that you didn’t modify anything else besides the “YOUR CODE HERE” lines?
Also does the grader give you any additional info if you click “Show grader output”?