Code Monkey home page Code Monkey logo

Comments (6)

rbodo avatar rbodo commented on May 24, 2024
  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 you can run the resulting graph outside of the toolbox but then you have to take care of the right input encoding and writing your own simulation time loop.
  3. https://snntoolbox.readthedocs.io/en/latest/guide/intro.html

from snn_toolbox.

sauravtii avatar sauravtii commented on May 24, 2024

Thanks for your response @rbodo. Is it possible to get the power/energy metrics for INI using snntoolbox or by any other way ?
Also, can you please tell me how can I convert my SNN to pynn format and simulate it on BrainScaleS using EBRAINS ?
I do have access to BrainScaleS via EBRAINS but I am just struggling to simulate my SNN on BrainScaleS. Also, is there any resource that converts the CNN to SNN and then simulates it on BrainScaleS ?

from snn_toolbox.

rbodo avatar rbodo commented on May 24, 2024

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 but provides link to a BrainScaleS backend. One option would be to run the conversion with nest / Brian2 backend and then use the saved weight files when constructing your model on BrainScaleS directly. These files are just generic connection tables. The toolbox handles the unrolling of the convolution layers into fully-connected layers, and optionally performs weight normalization to improve the SNN accuracy. You should be able to use the resulting connection tables in a network of fully-connected non-leaky integrate-and-fire neurons. You might notice a discrepancy on neuromorphic hardware though because of weight / state quantization.

from snn_toolbox.

sauravtii avatar sauravtii commented on May 24, 2024

Do you mean SNN in "just a DNN running on GPU" ?
Because this code (https://github.com/NeuromorphicProcessorProject/snn_toolbox/blob/master/examples/mnist_keras_INI.py) basically converts the CNN to SNN and then simulates the converted SNN, right ?

Also, is there any converter available in SNN toolbox that justs converts the SNN to pynn format and when I am using BrainScaleS using EBRAINS, I can just build up the model using saved configuration (saved model in the pynn format) and therfore run it on BrainScaleS ?
Also, if you know the code or any resource that achieves this thing, can you please share it ?

from snn_toolbox.

rbodo avatar rbodo commented on May 24, 2024

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 does conversion for Brainscales, and don't know how to "build up the model" in their API. Perhaps best to contact their team.

from snn_toolbox.

sauravtii avatar sauravtii commented on May 24, 2024

Okay, thank you so much for your help!

from snn_toolbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.