A deep learning library for spiking neural networks which is based on PyTorch, focuses on fast training and supports inference on neuromorphic hardware.
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.
The behavior of the
dvs_input
parameter in theDynapcnnNetwork
is quite convoluted and hard to understand. PR #245 adds improved explanation in the docstring, but the behavior itself should still be simplified.