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

Merge layer should support arbitrary number of inputs #250

Open bauerfe opened 2 months ago

bauerfe commented 2 months ago

Currently the Merge layer merges exactly two inputs. However, there is no restriction on DynapCNN or Speck that would limit the number of inputs to a layer to 2. I suggest to make Merge more flexible.

bauerfe commented 2 months ago

Note that this branch addresses the issue.

bauerfe commented 1 week ago

Still to do in branch mentioned above: