Skip to content
Discussion options

You must be logged in to vote

Hi @zorikg! You can configure it through the trainer flag val_check_interval. e.g.

# check validation set 4 times during a training epoch
trainer = Trainer(val_check_interval=0.25)

https://pytorch-lightning.readthedocs.io/en/latest/common/trainer.html#val-check-interval

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@zorikg
Comment options

@zorikg
Comment options

@akihironitta
Comment options

@zorikg
Comment options

Answer selected by zorikg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment