Contents:
Aggregate
Aggregate.__call__()
ChooseMaxCount
ChooseMaxCount.__call__()
Bases: NeuroBenchPostProcessor
NeuroBenchPostProcessor
Returns aggregated spikes.
Returns the aggregated spikes.
spikes (Tensor) – A torch tensor of spikes of shape (batch, timestep, classes)
A torch tensor of spikes of shape (batch, classes)
Tensor
Returns the class with the highest spike count over the sample.
A torch tensor of shape (batch,) with the class index of the highest spike count