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

Valid_Queue Size = 50% of Train by default #34

Closed
avn3r opened this issue Aug 15, 2018 · 1 comment
Closed

Valid_Queue Size = 50% of Train by default #34

avn3r opened this issue Aug 15, 2018 · 1 comment

Comments

@avn3r
Copy link

avn3r commented Aug 15, 2018

Any thought or intuition as to why we split the train data in half as opposed to the more common practice of [15-30] percent for validation split. Does the sampling have to come from the train set or can it come from a different distribution of validation data like on a standard train, validation, test split?

Feel free to close after answering.
Regards.

@quark0
Copy link
Owner

quark0 commented Aug 15, 2018

We didn't try other ways to split the data. I think any kind of sampling/split would be fine as long as we don't touch the test set. Arguably, it would easier to distinguish the generalization ability of different architectures with a relatively small training/validation ratio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants