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 3c5a8a8 commit 5a5b616Copy full SHA for 5a5b616
docs/source/common/trainer.rst
@@ -850,6 +850,9 @@ Useful when debugging or testing something that happens at the end of an epoch.
850
# run for only 10 batches
851
trainer = Trainer(limit_val_batches=10)
852
853
+ # disable validation
854
+ trainer = Trainer(limit_val_batches=0)
855
+
856
In the case of multiple validation dataloaders, the limit applies to each dataloader individually.
857
858
log_every_n_steps
0 commit comments