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

Added callbacks to hook into the training loop programmatically #1094

Merged
merged 3 commits into from
Feb 9, 2021

Conversation

tgaddair
Copy link
Collaborator

@tgaddair tgaddair commented Feb 7, 2021

This PR adds a Callback interface that can be implemented to execute custom logic during certain points within the training loop.

Adding this support will enable hyperopt to report metrics from within the training loop without coupling the Trainer to the hyperopt framework.

Note that this only applies to the programmatic API, not the CLI commands.

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.

1 participant