Skip to content

Commit d49283e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-pytorch/common/trainer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ Useful for quickly debugging or trying to overfit on purpose.
771771

772772
# use only 1% of the train & val set
773773
trainer = Trainer(overfit_batches=0.01)
774-
774+
775775
# overfit on 10 consistent train batches & 10 consistent val batches
776776
trainer = Trainer(overfit_batches=10)
777777

0 commit comments

Comments
 (0)