pitchscapes.plotting.plot_loss

pitchscapes.plotting.plot_loss(loss, ax=None)[source]

Plot the loss for batch optimisation :type loss: :param loss: nested list with loss for each batch per epoch :type ax: :param ax: axis to plot to or None (default) to create new figure :return: figure and axis