norse / notebooks

Notebooks illustrating the use of Norse, a library for deep-learning with spiking neural networks.
https://norse.github.io/notebooks
GNU Lesser General Public License v3.0
25 stars 9 forks source link

update poker-dvs notebook to comply with latest tonic 0.3.9 when creating sparse tensors #12

Closed biphasic closed 3 years ago

biphasic commented 3 years ago

Hello, this is but a fix to comply with tonic v0.3.9. The sparse tensor transformation now includes a channel dimension depending on the number of polarities. When collating batches however, the time and batch dimension still have to be switched.

Jegp commented 3 years ago

Looks good. I'll go ahead and merge. Thanks again @biphasic :-)