dlc2action.metric
Metrics.
Metrics that can be updated with batch data and computed at the end of an epoch.
1# 2# Copyright 2020-present by A. Mathis Group and contributors. All rights reserved. 3# 4# This project and all its files are licensed under GNU AGPLv3 or later version. 5# A copy is included in dlc2action/LICENSE.AGPL. 6# 7"""## Metrics. 8 9Metrics that can be updated with batch data and computed at the end of an epoch. 10""" 11 12from dlc2action.metric.metrics import *