Skip to content

Commit

Permalink
Fix minor typo in Trainer's documentation (#19969)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Jun 13, 2024
1 parent a42484c commit bb511b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightning/pytorch/trainer/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def __init__(
across epochs or during iteration-based training.
Default: ``1.0``.
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``,
validation will be done solely based on the number of training batches, requiring ``val_check_interval``
to be an integer value.
Default: ``1``.
Expand Down

0 comments on commit bb511b0

Please sign in to comment.