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 fe912ff commit d49283eCopy full SHA for d49283e
docs/source-pytorch/common/trainer.rst
@@ -771,7 +771,7 @@ Useful for quickly debugging or trying to overfit on purpose.
771
772
# use only 1% of the train & val set
773
trainer = Trainer(overfit_batches=0.01)
774
-
+
775
# overfit on 10 consistent train batches & 10 consistent val batches
776
trainer = Trainer(overfit_batches=10)
777
0 commit comments