athena.nll.NonlinearLevelSet.plot_loss

NonlinearLevelSet.plot_loss(filename=None, figsize=(10, 8), title='')[source]

Plot the loss function decay.

Parameters
  • filename (str) – if specified, the plot is saved at filename.

  • figsize (tuple(int,int)) – tuple in inches defining the figure size. Defaults to (10, 8).

  • title (str) – title of the plot.