ProgbarLogger

[source]

ProgbarLogger class

keras.callbacks.ProgbarLogger()

Callback that prints metrics to stdout.

Arguments

  • count_mode: One of "steps" or "samples". Whether the progress bar should count samples seen or steps (batches) seen.

Raises

  • ValueError: In case of invalid count_mode.