pytorch_pfn_extras.training.extensions.accumulate.standard_deviation_accumulate.StandardDeviationSummary#
- class pytorch_pfn_extras.training.extensions.accumulate.standard_deviation_accumulate.StandardDeviationSummary#
Bases:
SummaryBaseMethods
__init__()add(value[, weight])load_state_dict(to_load)- __init__()#
- Return type:
None
- add(value, weight=1)#
- Parameters:
value (Union[Tensor, ndarray, floating, float, Callable[[], float]]) –
weight (Union[Tensor, ndarray, floating, float]) –
- Return type:
None
- compute_accumulate()#
- Return type:
Union[Tensor, ndarray, floating, float]
- compute_mean()#
- Return type:
Union[Tensor, ndarray, floating, float]
- compute_standard_deviation()#
- Return type:
Union[Tensor, ndarray, floating, float]