Skip to content

Commit b296ec0

Browse files
Alan ChuAlan Chu
authored andcommitted
remove url to prevent linting error
1 parent 24bf319 commit b296ec0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/source-pytorch/common/lightning_module.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,11 +1061,6 @@ split along the time-dimensions into splits of size k to the
10611061
``training_step``. In order to keep the same forward propagation behavior, all
10621062
hidden states should be kept in-between each time-dimension split.
10631063

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>`_
10691064

10701065
.. code-block:: python
10711066
import lightning as L

0 commit comments

Comments
 (0)