runner.Metrics

December 14, 2023 ยท View on GitHub

This symbol is a type alias.

Source:

Metrics = Union[
    runner.Loss,
    Sequence[runner.Loss],
    Mapping[str, Union[runner.Loss, Sequence[runner.Loss]]]
]