Dear all,
I need your help. I completed the LSTM backward function but my results are different from the expected output as shown below.
The LSTM_forward function generates similar results as the expected output.
Please advice.
Sheila
Dear all,
I need your help. I completed the LSTM backward function but my results are different from the expected output as shown below.
The LSTM_forward function generates similar results as the expected output.
Please advice.
Sheila
Please check this recent thread where Paul answered your query.
Hi @saifkhanengr thanks for the feedback and sorry for the delay. I added the two gradients on the LSTM_cell_backward function within the tx loop but still did not get similar results as the expected output.
Please advice