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
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
If you look at lstm python implementation in example, the backward seems is wrong for dCt calculation. Especially dCt should += rather than = dht * dot * (1-exp(tanCt)).
But I don't know how to correct it in python implementation. Any idea?
@piiswrong @sxjscience ,
If you look at lstm python implementation in example, the backward seems is wrong for dCt calculation. Especially dCt should += rather than = dht * dot * (1-exp(tanCt)).
But I don't know how to correct it in python implementation. Any idea?