Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReduceLROnPlateauScheduler bug on updating val loss #4

Open
martinBmeza opened this issue Sep 25, 2023 · 0 comments
Open

ReduceLROnPlateauScheduler bug on updating val loss #4

martinBmeza opened this issue Sep 25, 2023 · 0 comments

Comments

@martinBmeza
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant