Skip to content

Commit e5d67d9

Browse files
committed
docs changes foor better understanding
1 parent 5807ee9 commit e5d67d9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/source-pytorch/common/trainer.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -771,24 +771,12 @@ 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-
<<<<<<< HEAD
775774

776775
# overfit on 10 consistent train batches & 10 consistent val batches
777776
trainer = Trainer(overfit_batches=10)
778777

779778
# debug using a single consistent train batch and a single consistent val batch
780-
=======
781-
782-
# overfit on 10 (same) train batches & 10 (same) val batches
783-
trainer = Trainer(overfit_batches=10)
784779

785-
# debug by training and validating on exactly the same single batch
786-
# (useful for verifying model implementation)
787-
>>>>>>> 01ce1c130a52b6bcf7983fc7d7ca432ee26f421a
788-
trainer = Trainer(overfit_batches=1)
789-
790-
plugins
791-
^^^^^^^
792780

793781
:ref:`Plugins` allow you to connect arbitrary backends, precision libraries, clusters etc. For example:
794782

0 commit comments

Comments
 (0)