synsense / sinabs

A deep learning library for spiking neural networks which is based on PyTorch, focuses on fast training and supports inference on neuromorphic hardware.
https://sinabs.readthedocs.io
GNU Affero General Public License v3.0
77 stars 8 forks source link

Dynapcnn Visualizer: Enable excluding spike count plot #238

Closed bauerfe closed 3 months ago

bauerfe commented 3 months ago

Currently the DynapcnnVisualizer class always shows a "spike count plot". This is not always desirable or necessary. It should be optional.