Skip to content

ReduceLROnPlateauScheduler bug on updating val loss #4

@martinBmeza

Description

@martinBmeza

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions