Week 1 Exercise 8 - dC parameter missing

Why is the dC not being passed as a parameter when the function ‘lstm_backward’ is being defined?

image

The reason for the ask is that it would be needed when we call the ‘lstm_cell_backward’ function. The second parameter should be dc[:,:,t].

image

Hi Sumeet_Mahesh,

This issue was discussed here. Hope this helps.