Skip to main content

Command Line

Plot

scalarlm plot

This command plots the training loss of a specified model.

If no model is specified, the command will plot the training loss of the most recently trained model.

Smoothing

You can apply a moving average filter to the plot to smooth the loss and make it easier to read.

scalarlm plot --smooth 15