google / ml_collections

ML Collections is a library of Python Collections designed for ML use cases.
https://ml-collections.readthedocs.io/
Apache License 2.0
898 stars 42 forks source link

Future Development Plans for ml_collections #40

Open ruidazeng opened 1 week ago

ruidazeng commented 1 week ago

Just wondering, are there any new features or updates or new releases coming soon, or is the project wrapping up and going into the archives soon?

Conchylicultor commented 1 week ago

For sure it's not going to the archives anytime soon. I'm planing to push a new version this week: https://github.com/google/ml_collections/pull/38

For context, as part of kauldron, we developed a wrapper around ConfigDict which allow to turn any Python class or function into configurable. See a demo here: https://github.com/google-research/kauldron/blob/main/kauldron/konfig/docs/demo.ipynb