How to set the validation period? #2215
-
I don't want to run validation after every epoch, as it's too slow. |
Beta Was this translation helpful? Give feedback.
Answered by
samet-akcay
Jul 25, 2024
Replies: 1 comment
-
You could use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JinYuannn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could use
check_val_every_n_epoch
inEngine
. For details, you could refer to the following link:https://lightning.ai/docs/pytorch/stable/common/trainer.html#check-val-every-n-epoch