HParams
HParams copied to clipboard
Configure Python functions explicitly and safely
Ideas
In order to easily create a new process, the configuration should we exported from the old process, and imported into the new process.
Add this quote to the documentation: > Defaults are arguably the most important design decisions you'll ever make as a software developer. https://blog.codinghorror.com/the-power-of-defaults/ Rename this package to `Defaults`, it makes...
This error... > The decorator was not executed immediately before `%s` at (%s:%s); therefore, it\'s `HParams` may not have been injected. is triggered in a multithreaded environment despite `setprofile` not...
At the moment, the lazy loading features of HParams are not documented. It'd be nice to have basic documentation on them.
This is an issue to discuss possible enhancements around cli overrides. Curious to hear thoughts as I have some ideas, but I haven't reflected on them a long time, and...