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
In our current implement, all containers need to override backward function to enable time counting.
And in container's updateGradInput function, we need calling forward to enable the time counting.
This is not friendly for developers to write a container.