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

samna dependency non-optional #152

Closed ssinhaleite closed 11 months ago

ssinhaleite commented 11 months ago

in some of the modules, the samna dependency is programmed to be optimal (dynapcnn_network.py). Since samna now works on almost all OS/devices, this can be made non-optional.

In practice, we have it listed as requirements for the package. So there is no way to have this package without samna.