avalanche.evaluation.metrics.amca_metrics
- avalanche.evaluation.metrics.amca_metrics(streams: Sequence[str] = ('test',)) PluginMetric[source]
Helper method that can be used to obtain the desired set of plugin metrics.
The returned metric will not compute the AMCA when the
PeriodicEvalplugin is used. To change this behavior, you can instantiate aAMCAPluginMetricby setting ignore_validation to False.- Parameters:
streams – The list of streams to track. Defaults to “test” only.
- Returns:
The AMCA plugin metric.