-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
ReduceLROnPlateau by default assumes a "min" metric (https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ReduceLROnPlateau.html)
mode ([str](https://docs.python.org/3/library/stdtypes.html#str)) – One of min, max. In min mode, lr will be reduced when the quantity monitored has stopped decreasing; in max mode it will be reduced when the quantity monitored has stopped increasing. Default: ‘min’.
In LVU tasks it used for accuracy metric, but the mode is not changed. Is this expected?
Line 94 in 2a2442b
| scheduler = torch.optim.lr_scheduler.ReduceLROnPlateau(optimizer, patience=patience, factor=0.2) |
Line 345 in 2a2442b
| scheduler.step(val_acc) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels