Closed
Description
Is your feature request related to a problem? Please describe.
There is no elegant way from MONAI directly to have lambdas in losses be scheduled or network parameters being scheduled (for example the decay in VQ-VAEs).
Describe the solution you'd like
A parameter scheduler handler based around the closed forms available in PyTorch learning rate schedulers.
Additional context
I already have most of the code done. I just need to test it.