avalanche.evaluation.metrics.disk_usage_metrics

avalanche.evaluation.metrics.disk_usage_metrics(*, paths_to_monitor=None, minibatch=False, epoch=False, experience=False, stream=False) List[avalanche.evaluation.metric_definitions.PluginMetric][source]

Helper method that can be used to obtain the desired set of standalone metrics.

Parameters
  • minibatch – If True, will return a metric able to log the minibatch Disk usage

  • epoch – If True, will return a metric able to log the epoch Disk usage

  • experience – If True, will return a metric able to log the experience Disk usage.

  • stream – If True, will return a metric able to log the evaluation stream Disk usage.

Returns

A list of plugin metrics.