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
81 stars 8 forks source link

`dvs_input` variable in `nir_graph_extractor` doesnt make much sense #256

Open ssinhaleite opened 1 week ago

ssinhaleite commented 1 week ago

The behavior of the dvs_input parameter in the DynapcnnNetwork is quite convoluted and hard to understand. PR #245 adds improved explanation in the docstring, but the behavior itself should still be simplified.