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 610809c commit 48dbdd2Copy full SHA for 48dbdd2
docs/source-pytorch/common/tbptt.rst
@@ -10,7 +10,7 @@ hidden states should be kept in-between each time-dimension split.
10
11
12
.. code-block:: python
13
-
+
14
class LitModel(LightningModule):
15
16
def __init__(self):
@@ -41,4 +41,4 @@ hidden states should be kept in-between each time-dimension split.
41
42
# 6. Remove the return of `hiddens`
43
# Returning loss in manual optimization is not needed
44
- return None
+ return None
0 commit comments