You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/fast_training.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@ If you don't want to check 100% of the training/validation/test set (for debuggi
74
74
limit_test_batches=0.3
75
75
)
76
76
77
+
If you also pass ``shuffle=True``, a different random subset of your dataset will be used for each epoch; otherwise the same subset will be used for all epochs.
78
+
77
79
.. note:: ``limit_train_batches``, ``limit_val_batches`` and ``limit_test_batches`` will be overwritten by ``overfit_batches`` if ``overfit_batches`` > 0. ``limit_val_batches`` will be ignored if ``fast_dev_run=True``.
78
80
79
81
.. note:: If you set ``limit_val_batches=0``, validation will be disabled.
0 commit comments