We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b7fcd7 + 598c981 commit 1b45447Copy full SHA for 1b45447
neurobench/benchmarks/benchmark.py
@@ -20,7 +20,6 @@
20
import pathlib
21
import snntorch
22
from torch import Tensor
23
-
24
import torch
25
import nir
26
neurobench/metrics/abstract/__init__.py
@@ -1,4 +1,4 @@
1
from .static_metric import StaticMetric
2
-from .workload_metric import WorkloadMetric
+from .workload_metric import WorkloadMetric, AccumulatedMetric
3
4
-__all__ = ["StaticMetric", "WorkloadMetric"]
+__all__ = ["StaticMetric", "WorkloadMetric", "AccumulatedMetric"]
0 commit comments