You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ReduceLROnPlateau scheduler with check_val_every_n_epoch
- Only update plateau schedulers on epochs when validation runs
- This prevents errors when monitored metrics are not available
- Added test case for this scenario
Co-authored-by: Borda <[email protected]>
0 commit comments