neurobench.postprocessing
Post-Processors
- class neurobench.postprocessing.postprocessor.NeuroBenchPostProcessor(args)[source]
Bases:
objectAbstract class for NeuroBench postprocessors.
Postprocessors take the spiking output from the models and provide several methods of combining them. Individual postprocessors are responsible for implementing init and call functions.