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
In the ReduceLROnPlateauScheduler, the code is updating val_loss attribute when the current loss doesnt improve. This may be an unwanted feature, as the val_loss could be oscillating, and not allowing the scheduler to decrease the learning rate to improve the val_loss.
precisely, line 59 in reduce_lr_on_plateau_lr_scheduler.py must be deleted.
The text was updated successfully, but these errors were encountered:
In the ReduceLROnPlateauScheduler, the code is updating val_loss attribute when the current loss doesnt improve. This may be an unwanted feature, as the val_loss could be oscillating, and not allowing the scheduler to decrease the learning rate to improve the val_loss.
precisely, line 59 in reduce_lr_on_plateau_lr_scheduler.py must be deleted.
The text was updated successfully, but these errors were encountered: