fangwei123456 / spikingjelly

SpikingJelly is an open-source deep learning framework for Spiking Neural Network (SNN) based on PyTorch.
https://spikingjelly.readthedocs.io
Other
1.4k stars 246 forks source link

Limitations when deploying SNNS to loihi #543

Open xiaoxiaochaochao opened 6 months ago

xiaoxiaochaochao commented 6 months ago

Hello, we noticed that SpikingJelly can be deployed to Loihi by converting a trained network to the lava framework. I would like to ask what the limitations are when designing the network structure, because we noticed that Loihi only supports 4096 input and output axons. If my convolution kernel is size (512,3,3), can't I convert to lava?