Create 2 learning rate schedulers for 1 optimizer #8882
-
In my custom
However, it seems like the learning rate in the So how can I create 2 learning rate schedulers for 1 optimizer? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The answer of my question would be involved and solve the question in #6234. |
Beta Was this translation helpful? Give feedback.
-
Dear @davidnvq, I don't believe there is a simple out-of-box solution in Lightning right now. Here are the 2 suggested approach:
|
Beta Was this translation helpful? Give feedback.
-
Could you maybe use a ChainedScheduler? |
Beta Was this translation helpful? Give feedback.
The answer of my question would be involved and solve the question in #6234.
Thus, I am still looking for the answer :)