Skip to content

Commit ce9790e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5262534 commit ce9790e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-pytorch/common/tbptt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ hidden states should be kept in-between each time-dimension split.
5252
if __name__ == "__main__":
5353
model = LitModel()
5454
trainer = pl.Trainer(max_epochs=5)
55-
trainer.fit(model, train_dataloader) # Define your own dataloader
55+
trainer.fit(model, train_dataloader) # Define your own dataloader

0 commit comments

Comments
 (0)