tf.keras.callbacks.ProgbarLogger

View source on GitHub

Callback that prints metrics to stdout.

Inherits From: Callback

tf.keras.callbacks.ProgbarLogger(
    count_mode='samples', stateful_metrics=None
)

Arguments:

Raises:

Methods

set_model

View source

set_model(
    model
)

set_params

View source

set_params(
    params
)