Is it possible to validate every n epochs? Looking at https://pytorch-lightning.readthedocs.io/en/latest/trainer.html#val-check-interval it seems to suggest you can check every epoch at the least frequently.
There is an alternate configuration option check_val_every_n_epoch
which can be used to check every n epochs
1 Like