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

support keras fit history in estimator's train_and_evaluate #76

Closed
karterotte opened this issue Aug 17, 2022 · 1 comment
Closed

support keras fit history in estimator's train_and_evaluate #76

karterotte opened this issue Aug 17, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@karterotte
Copy link

User Story

I want to hold a record of the loss values and metric values during training, like keras History object:
https://www.tensorflow.org/api_docs/python/tf/keras/callbacks/History
https://keras.io/guides/training_with_built_in_methods/
image

Detailed requirements

I have to decide saving or not models depends on it's metrics(maybe lastest one).

API Compatibility

hb.estimator.train_and_evaluate

Willing to contribute

Yes

@2sin18
Copy link
Collaborator

2sin18 commented Oct 21, 2022

This feature request is completed in #79

@2sin18 2sin18 closed this as completed Oct 21, 2022
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

2 participants