Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"hydra" support #76

Open
SunQpark opened this issue Oct 21, 2020 · 0 comments
Open

"hydra" support #76

SunQpark opened this issue Oct 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@SunQpark
Copy link
Collaborator

SunQpark commented Oct 21, 2020

Hydra is a python package for handling config files developed by facebook research team.
Recently I noticed that using this package can simplify source code of this project a lot, by replacing following features with package functions.

  • using CLI options to change config
  • object initialization from config
  • accessing config items as attributes (using config.something, instead of config['something'])
  • managing checkpoint directory with timestamp

Since replacing current implementations with a package can be seen as a quite radical change, I made separate hydra branch to use this package. Comparing with master branch, this version will

  • have much simpler design
  • contain some advanced features
  • be maintained more frequently (since I'm not using master version any more)
  • contain some bugs yet...

If you are interested, checkout to that branch by git checkout hydra on this repository

@SunQpark SunQpark added the enhancement New feature or request label Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant