-
Notifications
You must be signed in to change notification settings - Fork 6
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
Enable pip install? #8
Comments
This would be nice! I'm happy to help test/draft it. |
I'm not too familiar with Hydra, but is there a way to reference a yaml file outside of the package directory? |
I think you can use |
would it be more convenient to provide method to train without yaml file config? |
I would say maybe... depends on what use cases you imagine people would be adapting this framework to. The current setup makes it very easy to replicate experiments and adapt the code to new data, but more complicated to modify the code or inherit the classes. |
I'm wondering are you planning to add a
setup.py
to allowpip install
?I could draft one if you want :)
The text was updated successfully, but these errors were encountered: