pyFDN.TrainLog#
- class pyFDN.TrainLog(train_loss=<factory>, loss_log=<factory>, steps_run=0, stopped_early=False)[source]#
Per-step loss history and stopping info from a training run.
- loss_log#
Per-criterion loss history, keyed by criterion class name.
- __init__(train_loss=<factory>, loss_log=<factory>, steps_run=0, stopped_early=False)#
Methods
__init__([train_loss, loss_log, steps_run, ...])Attributes