ProgbarLogger classtf_keras.callbacks.ProgbarLogger(count_mode: str = "samples", stateful_metrics=None)
Callback that prints metrics to stdout.
Arguments
"steps" or "samples".
Whether the progress bar should
count samples seen or steps (batches) seen.Model's metrics.Raises
count_mode.