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.
Discussed in https://github.com/ContinualAI/avalanche/discussions/854