-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Feature] 28 Make models switchable through the config #45
[Feature] 28 Make models switchable through the config #45
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
…dels-switchable-through-the-config
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #45 +/- ##
========================================
Coverage 99.84% 99.84%
========================================
Files 23 23
Lines 1277 1277
========================================
Hits 1275 1275
Misses 2 2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
* feat: make model instantiateable * docs: instantiation explained in changelog * refactor: rename model config object * fix: rename config to model_config * fix: mark non-recursive * docs: changelog
This enables instantiation of the model through hydra
Closes #28