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

WIP: Introduce stop conditions #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

WIP: Introduce stop conditions #11

wants to merge 1 commit into from

Conversation

dimidd
Copy link
Collaborator

@dimidd dimidd commented Oct 30, 2019

  • Init StopPredicate
  • Add decorator for max-epochs
  • Add decorator for validation accuracy

Motivation
This is a general framework to test different stop conditions for the
early-stopping regularization.

* Init StopPredicate
* Add decorator for max-epochs
* Add decorator for validation accuracy

Motivation
This is a general framework to test different stop conditions for the
early-stopping regularization.

Signed-off-by: Dimid Duchovny <dimidd@gmail.com>
@nsantacruz
Copy link
Owner

This doesn't look ready to pull, is that right?

@dimidd
Copy link
Collaborator Author

dimidd commented Nov 6, 2019

Yes, it's still WIP. Eventually, I'm planning to run experiments with different stop conditions for early-stopping regularization, but first I need to resolve a bug in dynet.

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

Successfully merging this pull request may close these issues.

None yet

2 participants