How to optimize multi model’s parameter in one optimizer ?
Open
- Dominant language
- Jupyter Notebook
- Stars
- 7.3k
- Forks
- 833
- Avg merge
- 5h 11m
- Merged PRs (30d)
- 5
Description
Is there something similar in the flax framework? Or how can I accomplish this use case using flax?

One straightforward method combines all these models into a single model (class) inherited from nn.Module.
For a particular use case, this approach didn't work. Is there any other way to accomplish this task in flax using optax?
Contributor guide
Assessment
This issue has not been assessed yet.