awesome-dependency-injection-in-python icon indicating copy to clipboard operation
awesome-dependency-injection-in-python copied to clipboard

Add jsonargparse

Open mauvilsa opened this issue 2 years ago • 0 comments

Would it make sense to add jsonargparse to the list of DI Frameworks?

The jsonargparse case seems a bit different to the other software in the list, since the injection is done via config files and/or command line arguments.

For more information you can look at the docs, and also how this is used in pytorch lightning, see models-with-multiple-submodules and multiple-optimizers-and-schedulers.

mauvilsa avatar Aug 23 '23 05:08 mauvilsa