We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bf319 commit b296ec0Copy full SHA for b296ec0
docs/source-pytorch/common/lightning_module.rst
@@ -1061,11 +1061,6 @@ split along the time-dimensions into splits of size k to the
1061
``training_step``. In order to keep the same forward propagation behavior, all
1062
hidden states should be kept in-between each time-dimension split.
1063
1064
-(`Williams et al. "An efficient gradient-based algorithm for on-line training of
1065
-recurrent network trajectories."
1066
-<http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.56.7941&rep=rep1&type=pdf>`_)
1067
-
1068
-`Tutorial <https://d2l.ai/chapter_recurrent-neural-networks/bptt.html>`_
1069
1070
.. code-block:: python
1071
import lightning as L
0 commit comments