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 64eb3c7 commit d1411ffCopy full SHA for d1411ff
src/lightning/pytorch/trainer/trainer.py
@@ -216,7 +216,7 @@ def __init__(
216
``check_val_every_n_epoch`` > 1, validation is aligned to epoch multiples: if the interval elapses
217
before the next multiple-N epoch, validation runs at the start of that epoch (after the first batch)
218
and the timer resets; if it elapses during a multiple-N epoch, validation runs after the current batch.
219
- For ``None`` or ``1`` cases, the time-based behavior of ``val_check_interval`` applies without
+ For ``None`` or ``1`` cases, the time-based behavior of ``val_check_interval`` applies without
220
additional alignment.
221
Default: ``1``.
222
0 commit comments