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 a42484c commit bb511b0Copy full SHA for bb511b0
src/lightning/pytorch/trainer/trainer.py
@@ -206,7 +206,7 @@ def __init__(
206
across epochs or during iteration-based training.
207
Default: ``1.0``.
208
209
- check_val_every_n_epoch: Perform a validation loop every after every `N` training epochs. If ``None``,
+ check_val_every_n_epoch: Perform a validation loop after every `N` training epochs. If ``None``,
210
validation will be done solely based on the number of training batches, requiring ``val_check_interval``
211
to be an integer value.
212
Default: ``1``.
0 commit comments