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

Choosing epochs based on test results? #24

Open
thisishale opened this issue Jul 26, 2022 · 2 comments
Open

Choosing epochs based on test results? #24

thisishale opened this issue Jul 26, 2022 · 2 comments

Comments

@thisishale
Copy link

Hello,

Thank you very much for your contribution. I have a question about the validation and test process. From the code, it seems like the best epoch is chosen based on test loss, while it should be based on validation loss.
Could you clarify? as I am confused about this. Thanks.

@YuchenWang
Copy link
Collaborator

Hi,

It depends on which dataset you mentiond. For the ETH and UCY datasets, a leave-one-out strategy is used for evaluation, similar to previous works , where the model is trained on four datasets and evaluated on the held-out fifth. For the nuScenes dataset, we use the official dataset split for the contest.

@thisishale
Copy link
Author

Thank you for your reply. My question was mainly about the PIE dataset.

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