espnet2.train.reporter.ReportedValue
Less than 1 minute
espnet2.train.reporter.ReportedValue
class espnet2.train.reporter.ReportedValue
Bases: object
ReportedValue serves as a base class for representing reported values in
the reporting system of the ESPnet2 framework.
None
Examples
>>> avg = Average(value=0.5)
>>> w_avg = WeightedAverage(value=(0.5, 0.2), weight=0.7)