lava-nc / lava

A Software Framework for Neuromorphic Computing
https://lava-nc.org
Other
529 stars 136 forks source link

Lava fixes to enable large convolutional networks #808

Closed bamsumit closed 8 months ago

bamsumit commented 8 months ago

Issue Number: 806, 807

Objective of pull request:

Fixes to enable large convolutional networks

  1. Mapper to enable multichip networks
  2. Fixes to io.encoder.DeltaEncoder
  3. io.extractor.VarWire to read Lava Var directly from python.

Pull request checklist

Your PR fulfills the following requirements:

Pull request type

Please check your PR type:

What is the current behavior?

What is the new behavior?

-

Does this introduce a breaking change?

Supplemental information

bamsumit commented 8 months ago

Please address my comments

Done