avalanche.evaluation.metrics.forward_transfer_metrics
- avalanche.evaluation.metrics.forward_transfer_metrics(*, experience=False, stream=False)[source]
Helper method that can be used to obtain the desired set of plugin metrics.
- Parameters
experience – If True, will return a metric able to log the forward transfer on each evaluation experience.
stream – If True, will return a metric able to log the forward transfer averaged over the evaluation stream experiences, which have been observed during training.
- Returns
A list of plugin metrics.