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

Is it possible to train the rstar model using early stopping method? #23

Open
gooners1886 opened this issue Sep 8, 2016 · 1 comment

Comments

@gooners1886
Copy link

I'm learning the theory and code of the rstar.
But I find the number of iterations is hard to determine. Is the code support testing on validation set after training several epochs?

@gkioxari
Copy link
Owner

gkioxari commented Sep 9, 2016

You should test snapshots on the validation set with the test code. It is fast to test the validation set. I didn't use the validation set at all, since I report results in it and that would make it unfair. I trained it enough epochs though (Thus, results could be improved even more with a better stopping criterion than my self-imposed one)

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