candle.viz_utils.plot_metrics

Contents

candle.viz_utils.plot_metrics#

candle.viz_utils.plot_metrics(history, title=None, skip_ep=0, outdir='.', add_lr=False)#

Plots keras training curves history.

Parameters:
  • skip_ep – number of epochs to skip when plotting metrics

  • add_lr – add curve of learning rate progression over epochs