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

Do you use validation data for training when report results on test split #15

Closed
yaoqi-zd opened this issue Feb 23, 2019 · 2 comments
Closed

Comments

@yaoqi-zd
Copy link

suppose the augmented VOC dataset can be splited into train_aug(10582)+val(1449)+test(1456),
when you report results on test split in your paper, do you use train_aug + val for training or just use train_aug?
thx!

@jiwoon-ahn
Copy link
Owner

Hi @yaoqi-zd,
Some works (e.g. DeepLab) did use (train_aug + val) for training and this could get us slightly better results, but we decided not to.

@yaoqi-zd
Copy link
Author

THX!

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