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

Adding Callbacks #123

Closed
Optimox opened this issue Jun 4, 2020 · 1 comment
Closed

Adding Callbacks #123

Optimox opened this issue Jun 4, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Optimox
Copy link
Collaborator

Optimox commented Jun 4, 2020

Main Problem

Currently some things can be changed like scheduler or optimizer but it's not possible to do things like changing the loss function, the early stopping metrics and probably some important things for specific problems.

Proposed Solutions

We should find a simple way of using callbacks in order to customize more the training process.
Something that would resemble one of these:

The easier it is and the less invasive solution for the code the better

If you feel like this is interesting and would like to contribute, please share your ideas in comments or open a PR!

@Optimox
Copy link
Collaborator Author

Optimox commented Oct 9, 2020

Done by @queraq in #193 thanks!

@Optimox Optimox closed this as completed Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants