Skip to content

Commit 610809c

Browse files
Alan ChuAlan Chu
authored andcommitted
nit
1 parent 5c367c5 commit 610809c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/source-pytorch/common/tbptt.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ hidden states should be kept in-between each time-dimension split.
1010

1111

1212
.. code-block:: python
13-
import lightning as L
14-
15-
class LitModel(L.LightningModule):
13+
14+
class LitModel(LightningModule):
1615
1716
def __init__(self):
1817
super().__init__()

0 commit comments

Comments
 (0)