Bodo Rueckauer

Results 18 comments of Bodo Rueckauer

I can't offer support for spinnaker-related questions at the moment; perhaps @ej159 has some insights?

You are missing a spinnaker-related dependency. You can try installing it from here: https://devpick.io/project?name=pabogdan/keras_rewiring This code has been contributed by the spinnaker team and I can't offer support for it,...

The INI simulator does not run on neuromorphic hardware. It uses the CPU or GPU to simulate a spiking neural network consisting of integrate-and-fire neurons. The SNN toolbox can be...

Please take a look at these resources: https://snntoolbox.readthedocs.io/en/latest/guide/intro.html https://www.frontiersin.org/articles/10.3389/fnins.2017.00682/full

The authors have not pushed their code back to snntoolbox so I don't have access to it. Please contact them directly.

I can't offer support for spinnaker-related questions at the moment; perhaps @ej159 has some insights? (btw, it's recommended to clone the repo rather than using the pypi install.)

1. GPU / CPU 2. An SNN converted for the INI backend is just a tensorflow DNN with added functionality (such as membrane potential, spike behavior etc). So in principle...

The toolbox has no power measurement built in for INI. Since it's just a DNN running on GPU, you can use standard benchmarking tools for that. The toolbox supports pynn...

> Do you mean SNN in "just a DNN running on GPU" ? Yes, in case of INI sim (see my first answer). I don't know of a resource that...

As for the Optimization loop message: It is only a Warning, not an error, and concerns the optimization, which shouldn't matter at this point (the conversion assumes training is completed)....