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

Train/Val/Test Split #106

Open
egeozsoy opened this issue Jul 18, 2023 · 1 comment
Open

Train/Val/Test Split #106

egeozsoy opened this issue Jul 18, 2023 · 1 comment

Comments

@egeozsoy
Copy link

Hi, what is the currently recommended train/val/test split?

The line assert split in {'train', 'test'} confuses me a bit, as it indicates that there is no validation split?

@Jingkang50
Copy link
Owner

Actually, in the main paper, we used all the training set for training and test on the test set.
However, in the PSG competition that we held last year, we use psg_train_val.json (45697 training data + 1000 validation data with GT) as training and val splits, so that the rest are test set. But again, we dont have validation set in the original paper.

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