hydra-core 1.3.2
0
A framework for elegantly configuring complex applications
Contents
A framework for elegantly configuring complex applications
Stars: 8695, Watchers: 8695, Forks: 626, Open Issues: 293The facebookresearch/hydra
repo was created 5 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 8695 github stars!
How to Install hydra-core
You can install hydra-core using pip
pip install hydra-core
or add it to a project with poetry
poetry add hydra-core
Package Details
- Author
- Omry Yadan
- License
- MIT
- Homepage
- https://github.com/facebookresearch/hydra
- PyPi:
- https://pypi.org/project/hydra-core/
- GitHub Repo:
- https://github.com/facebookresearch/hydra
Classifiers
Related Packages
Errors
A list of common hydra-core errors.
Code Examples
Here are some hydra-core
code examples and snippets.
GitHub Issues
The hydra-core package has 293 open issues on GitHub
- [Feature Request] Command-line completion for enum values
- Feature Request: allow limited use of "override" keyword in interpolated config
- [Feature Request] Copying a config field between different branches in one config
- [Feature Request] ConfigStore.store to act as decorator
- [Feature Request] Implement
hydra.utils.get_object
to locate arbitrary object. - Document hydra.utils.{get_class,get_method}
- Slight doc update on migration to 1.1
- Need to use
hydra
settings withclick
CLI command groups - update ax dependency
- [Bug] Shell completion doesn't work with
python -m module_name ...
- add 'params' to defaults list of BasicSweeperConf
- Pruning option for Optuna
- remove handling of deprecated "old optional" defaults list syntax
- [Bug] Hydra silently ignores misspelled keywords in defaults list
- [Feature Request]
instantiate
support for ListConfig at top level