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

[ABLR] Consider using a validation set to avoid potential overfitting #11

Open
lebrice opened this issue Jun 17, 2022 · 0 comments
Open

Comments

@lebrice
Copy link
Collaborator

lebrice commented Jun 17, 2022

In the ABLR algorithm (and DNGO as well, for that matter), we could create a validation set to prevent overfitting.

NOTE: I don't have any evidence of overfitting with ABLR (or DNGO for that matter).

It would be used to do some early stopping, so that we don't overfit on the training dataset. We could either retrain for the number of epochs that early stopping did, with the train + val set, or we could just add the validation dataset to the training dataset, and keep going for a few epochs, something like that.

Training is super fast, so it wouldn't be that long to do.

Originally posted by @lebrice in #10 (comment)

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

1 participant