Week 04:Prog 1 Exercise 8 ; linear_activation_backward

Getting this error;

ValueError: not enough values to unpack (expected 3, got 2)

Code;

[code removed - moderator]

Please fix the invocation of linear_backward.

How do I fix the invocation ?

You are passing the incorrect value for the cache argument to linear_backward, which is what is causing that error to get thrown when you call linear_backward. It would have been sufficient to see this if you had just showed us the full exception trace.