ContinualAI / avalanche

Avalanche: an End-to-End Library for Continual Learning based on PyTorch.
http://avalanche.continualai.org
MIT License
1.79k stars 291 forks source link

Using ReduceLROnPlateau #858

Closed lrzpellegrini closed 2 years ago

lrzpellegrini commented 2 years ago

Discussed in https://github.com/ContinualAI/avalanche/discussions/854

Originally posted by **DannyFGitHub** December 16, 2021 Is there a built in way of using pytorch's ReduceLROnPlateau on the LRSchedulerPlugin. Or does Avalanche have a built-in way of implementing ReduceLROnPlateau? I've come accross a few issues such as : step() takes a metric where the plugin does not pass a metric.
lrzpellegrini commented 2 years ago

Blocked by #843