HybridBackend icon indicating copy to clipboard operation
HybridBackend copied to clipboard

support keras fit history in estimator's train_and_evaluate

Open karterotte opened this issue 2 years ago • 0 comments

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

karterotte avatar Aug 17 '22 03:08 karterotte