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

[FEATURE] Dataset class registry #336

Closed
sdatkinson opened this issue Nov 8, 2023 · 0 comments · Fixed by #339
Closed

[FEATURE] Dataset class registry #336

sdatkinson opened this issue Nov 8, 2023 · 0 comments · Fixed by #339
Labels
enhancement New feature or request priority:low Low-priority issues

Comments

@sdatkinson
Copy link
Owner

companion to #334, I want the ability to extend the data set classes and use them in the trainer without needing to modify this package's code.

To do this, I'm going to make a registry similar to the model registry enabling people to add in new data set classes so that they can extend this package's framework to easily try new things.

@sdatkinson sdatkinson added enhancement New feature or request priority:low Low-priority issues labels Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:low Low-priority issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant