Giter Site home page Giter Site logo

Comments (1)

bamsumit avatar bamsumit commented on September 26, 2024

You can simply print your network and see what the network is composed of. We don't have immediate plans to have a visualizer for it.

If you want to visualize your network, the easiest supported way is to use torchviz to visualize your SLAYER or Bootstrap model.

If you want to visualize your hdf5 network.net, you can load it as a SLAYER network using slayer.auto. This module is not feature complete yet though. There are some implementations missing like for e.g., convolution block and more.

The second part of your question, it's a two-stage conversion of parameters.

  • SLAYER to hdf5: All the neuron models in SLAYER have a property called device_params which is a dictionary of device parameters represented in the hdf5 representation.
  • hdf5 to Lava: the translation of this is done in netx.hdf5.Network.get_neuron_params

For example, I am trying to map the nmnist model to lava connected processes so, sometimes it becomes hard to figure out which parameter stands for which parameter when I use .pt file.

This is the exact reason for the existence of NetX so that the user does not need to go through the parameter conversion process which can get tedious with deep networks and very error prone.

from lava-dl.

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.