A deep learning library for spiking neural networks which is based on PyTorch, focuses on fast training and supports inference on neuromorphic hardware.
Samna 21 change caused only one problem with sinabs-dynapcnn repository.
-> This bug is caused by the removal of add_destination method from most nodes. This requires us to create an explicit graph and start it in order for it to work with samna. This graph needs to be started after the creation and stopped when the object is being destroyed.
Samna 21 change caused only one problem with sinabs-dynapcnn repository. -> This bug is caused by the removal of add_destination method from most nodes. This requires us to create an explicit graph and start it in order for it to work with samna. This graph needs to be started after the creation and stopped when the object is being destroyed.