snn_toolbox
snn_toolbox copied to clipboard
Toolbox for converting analog to spiking neural networks (ANN to SNN), and running them in a spiking neuron simulator.
I am trying out this tutorial (https://www.youtube.com/watch?v=FxTMH9VRsgk) in which he converts the LeNet-5 architecture to SNN and then simulates it using 'INI; simulator. I am following the exact same tutorial,...
Hello, I have been recently using snn_toolbox, but I am still not sure which neuromorphic hardware does it simulate ? For example, I am running a couple of files from...
Hi, I am trying to run this script, but after running it I am getting the following error. I am using the pypi version of SNN-toolbox. There is no config...
Hi, I read [this](https://www.sciencedirect.com/science/article/pii/S0893608019302692) research paper and wanted to ask, whether the code for this research paper is avalilable or not as my aim is also to simulate a 5...
I encounter an issue when trying to convert a pretrained Pytorch Alexnet model to SNN. I read the code and found that pytorch_input_lib.py is used to convert Pytorch model to...
I am trying out this code (https://github.com/NeuromorphicProcessorProject/snn_toolbox/blob/master/examples/mnist_keras_spiNNaker.py), and after running the main function it is giving me the following error. I am using pypi version of SNNtoolbox. I have also...
I tried simulating my convoltional spiking neural network on INI using snntoolbox and it was successful. I just had a couple of questions, so can anyone please answer them ?...
Using the development version, I encounter an issue when trying to convert a Conv1D network. From what I can tell all layers used are supported, but when using normalization, a...
Dear Mr. Rueckauer First of all thank you for your great work with this snntoolbox. It works perfectly if I directly convert a float32 .h5 tensorflow model with your toolbox....