-
Notifications
You must be signed in to change notification settings - Fork 27
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
Support for multiple datasets #45
Conversation
That sounds good! if i understand it correctly now if you pass a single dataset the behaviour is the same as before, while if you pass a list of dataloaders it will return a dictionary of dictionaries ['dataset0': X, 'dataset1': Y], is this right? for me you can merge it! |
Exactly right!
Great! Merging then. |
Description
This PR adds support for multiple datasets in
DictionaryDataModule
andFastDictionaryLoader
. I have also extended a bit the tests and the docstrings and added a couple of working doctest examples.Status