-
Notifications
You must be signed in to change notification settings - Fork 247
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
fix _initialize_data_loaders in data_silo #476
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.
This is a very useful bugfix. Thanks for the addition.
Please just correct one small typo and we are good to merge
Hey @rohanag , did you have time to look into it? If not I will happyly take over, push the small change and merge myself. |
Oops, thanks for spotting the typo. I'll be away from my laptop for a few days, so please go ahead and fix :) |
1 similar comment
Oops, thanks for spotting the typo. I'll be away from my laptop for a few days, so please go ahead and fix :) |
d91aeac
to
84c4899
Compare
@Timoeller fixed! |
Hey thanks for fixing yourself. |
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.
Looking good
This bug manifests when calling data_silo.load_data() with train, test and dev_dicts and processor is not initialized with file names for train, test and dev.