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
It seems that it is not supported. At least I haven't found it in training_step nor in the step method implemented. I think this could be a nice add on for autoregressive or recurrent networks.
For implementing it, I suppose it would require to add for the recurrent models a new step method or add a hook in the step method of the BaseModel for the calculation of the loss.
Is Truncated Backpropagation Through Time supported?
I've found no documentation or example about it.
The text was updated successfully, but these errors were encountered: