pytorch-forecasting icon indicating copy to clipboard operation
pytorch-forecasting copied to clipboard

Val_loss Calculation with Multiple Validation Sets in Sliding Window Technique and Early Stopping

Open rd1886 opened this issue 11 months ago • 0 comments

Hi,

I am using the sliding window technique for training, along with early stopping based on validation loss. Given that this approach results in multiple validation sets, I'm wondering how the val_loss used for early stopping is calculated per epoch. Is it the average of the validation losses across all validation sets?

Thanks!

rd1886 avatar Mar 20 '24 23:03 rd1886