File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
docs/source-pytorch/common Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments