You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this code, it's very clear. But I don't understand these two lines:
-- LSTM final state's backward message (dloss/dfinalstate) is 0, since it doesn't influence predictions
local dfinalstate_c = initstate_c:clone()
local dfinalstate_h = initstate_c:clone()
Why is LSTM final state's backward message (dloss/dfinalstate) 0?
The text was updated successfully, but these errors were encountered:
Thanks for this code, it's very clear. But I don't understand these two lines:
Why is LSTM final state's backward message (dloss/dfinalstate) 0?
The text was updated successfully, but these errors were encountered: