Why is the dC not being passed as a parameter when the function ‘lstm_backward’ is being defined?
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].
Why is the dC not being passed as a parameter when the function ‘lstm_backward’ is being defined?
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].
Hi Sumeet_Mahesh,
This issue was discussed here. Hope this helps.