-
Notifications
You must be signed in to change notification settings - Fork 3.6k
rename valid_dataloader [discussion] #634
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
Conversation
|
I would argue that it should be 'validation_dataloader' instead of 'val', since 'valid' means something and could cause confusion (valid/invalid). |
I am fine with |
|
Why rename val_dataloader and not train_dataloader? If val_dataloader is confusing, then also train_dataloader should confuse you. Is it the verb or the vehicle for transportation? xD |
|
p(word|context) makes it very clear it’s not about the transportation noun ;) |
for me
so what renaming would you propose? :] |
|
We've already changed this stuff once and it confused a lot of users ( If we do change it, it should be to get rid of the abbreviation entirely, rather than switching to a different abbreviation. |
|
let's make it as a small poll:
|
|
I agree with @jeffling that So it looks like that |
|
based on torchvision using |
What does this PR do?
I have found the shortcut
valfor validation quite confusing, so I would rename it asvalidval_dataloader->valid_dataloaderget_val_dataloader->get_valid_dataloaderPR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.