Andreas Wild
Andreas Wild
Right now, the currently only available PyProcBuilder validates that the Vars and Ports defined in a Proc have a corresponding Var and Port implementation in a ProcModel. Since this will...
This was recently recommended by someone for efficient graph partitioning: http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview We could explore its applicability to Lava's process partitioning problem to Loihi neuro cores.
During development code often crashes. When this happens in a parallel system Process (involving Python multiprocessing) via jupyter then there are a lot of parallel Python processes left that need...
Right now, we require users to call Runtime.stop() or AbstractProcess.stop() explicitly at the end of a run to shut remote processes and RuntimeServices down. However, people tend to forget this....
Objective of issue: Unified Connection Process should hide HW implementation details and support dense, sparse, delays, learning, ... **Lava version:** - [x] **0.4.0** (current version) **I'm submitting a ...** -...