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

If an empty model is provided to the DynapcnnNetwork class as input, it fails. #164

Closed ssinhaleite closed 11 months ago

ssinhaleite commented 11 months ago

If an empty model is provided to the DynapcnnNetwork object, ideally just the DVS layer should be instantiated. But currently this fails.