Anyone helps with this, please?

I am doing the week-3 final assignment. I got this, but not with the exact trackback error.

Hi @sithukhant ,

The Assertion Error is raised because the shape of W is not as expected, ie. (n_y, n_x)
So you need to go back to check the initialize_parameters() function and find out how the initialization is done. What is the matrix dimension when W is created.

thank you, it works!

Got the same error. What changes do I need to make?

I am not sure I can say that solution or not cause that is assignment. Maybe other TA or Mentor can help you. But as @Kic explained, you should get the point.