_LoopMetricKeys
Per-step metric keys the loop always emits (independent of algorithm).
Attributes
attributestepstr= 'progress/step'attributedone_fracstr= 'progress/done_frac'attributeepochstr= 'progress/epoch'attributefinish_batchstr= 'time/finish_batch'attributeoptim_lrstr= 'optim/lr'Functions
func__init__(self, step='progress/step', done_frac='progress/done_frac', epoch='progress/epoch', finish_batch='time/finish_batch', optim_lr='optim/lr') -> Noneparamselfparamstepstr= 'progress/step'paramdone_fracstr= 'progress/done_frac'paramepochstr= 'progress/epoch'paramfinish_batchstr= 'time/finish_batch'paramoptim_lrstr= 'optim/lr'Returns
None