Hi, the testing cell for exercise 3 is not working. I receive an blank AssertationError: Any thoughts?
Hi!
Can you doublecheck how you defined W? You have to be sure that its shape is (n_y,n_x)
.
Hi Lucas,
I used the function suggested in the question prompt. See below and let me know if this step is done incorrectly. Thanks!
moderation edit - solution code removed
Hi!
Thanks for your answer. I have removed your solution because we do not allow sharing solutions to quizzes or assignments, even if they might be incorrect.
As far as I can see, you haven’t defined correctly. Note that both W
and b
don’t use the parameters n_x
and n_y
the function inputs. Take a carefull look at the function params description so you can figure out the answer.
Please tell me if you still face issues.
Thanks,
Lucas
ANY help with this