Greetings,
One of the tests in exercise 3 of this programming assignment fails. To the best of my understanding, the matrix dimensions are correct and consistent with the hidden layer dimensions. It also is my understanding that the He scaling is being applied appropriately.
I would share more specifics about the implementation, but I am being mindful of the forum rules and am refraining from posting code that could give away the solution to the problem.
That being said, is it possible to have course staff look at the code I have implemented and check if there is a mistake on my part or if it is a mistake from the autograder?
In the previous two exercises, I have applied the same line of reasoning to size the W and b matrices appropriately and have passed all the tests accordingly. Therefore, it is not intuitive why this approach of sizing the matrices would suddenly break down in Ex 3, where the only difference is the He scalar multiplication. I have come across this same sort of error in other course programming assignments, but unfortunately the autograder is unable to provide any meaningful feedback.
Thank you.