Replies: 1 comment 2 replies
-
Hi! There are a few projects already, for example: https://github.com/romesco/hydra-lightning cc: @romesco There is also a Slack channel named |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently I've been trying to develop a very general PyTorch Lightning + Hydra template.
The idea is to extend deep-learning-project-template (https://github.com/PyTorchLightning/deep-learning-project-template), by just adding some Hydra config structure and simple example, which initializes modules from config parts in the most generic and obvious way.
I've been wondering if it would be a good idea to develop an official template of this sort and add it to Lightning ecosystem as an alternative for deep-learning-project-template?
Currently it seems like Hydra is still a little rough around the edges and it's not obvious how config should be structured for Lightning, but still such a template could be a useful addition in the future.
Here is a link to my version:
https://github.com/hobogalaxy/lightning-hydra-template
Beta Was this translation helpful? Give feedback.
All reactions