Skip to content

Commit a28e1ec

Browse files
committed
Merge branch 'feature/csvlogger-hparams-fix' of https://github.com/duydl/pytorch-lightning into feature/csvlogger-hparams-fix
2 parents f0dcda8 + bcffa70 commit a28e1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-pytorch/common/lightning_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ for more information.
10941094
10951095
on_train_epoch_start()
10961096
1097-
for batch in train_dataloader():
1097+
for batch_idx, batch in enumerate(train_dataloader()):
10981098
on_train_batch_start()
10991099
11001100
on_before_batch_transfer()

0 commit comments

Comments
 (0)