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
Fix inplace operation in DCRNN fully-connected reset and update gates (#59)
* Remove redundant sigmoid call
Sigmoid is already called in the forward method on the output of _fc
* Rename internal variable inputs_and_state
Avoids setting it to x immediately afterwards
* Remove inplace operation
* Remove NotImplementedError
* Simplify reset and update gate size
0 commit comments