Ghassen Karray
Ghassen Karray
Given the nature of `probe` method of `PyInPort`, the unit test for it was written in the following manner : ```python ... recv_py_port.start() send_py_port_1.start() send_py_port_2.start() # Send data through first...
Objective of issue: Incorrect use of np.logical_and and np.logical_or was discovered in learning-related code in Connection ProcessModels. **Lava version:** - [ ] **0.6.0** (feature release) - [ ] **0.5.1** (bug...
**Objective of issue:** Several use cases involving communication between Processes implementing the `LoihiProtocol` and `AsyncProtocol` fail. **Lava version:** - [ ] **0.5.0** (feature release) - [ ] **0.4.1** (bug fixes)...
Fixing RateCodeSpikeGen saturation when received pattern has high amplitude + Unit test
**Objective of issue:** State that currently, we cannot simply make use of `lava-dnf`'s `connect` method to connect child Neural Processes of a Hierarchical Process without storing the `Dense` + 2...
When `RateCodeSpikeGen` receives a pattern containing one amplitude that is higher than 12000, the expected behavior would be that the neuron corresponding to that amplitude would spike every time step...
Issue Number: Objective of pull request: This PR adds Processes for Event-based data loading and pre-processing. ## Pull request checklist Your PR fulfills the following requirements: - [ ] [Issue](https://github.com/lava-nc/lava/issues)...
### User story As a user, I want to have tutorials on how to use the Injector and Extractor Processes to learn how to use them properly. ### Conditions of...
**Describe the bug** At the moment, instantiating an Injector or Extractor Process creates a new instance of [MultiProcessing](https://github.com/lava-nc/lava/blob/main/src/lava/magma/runtime/message_infrastructure/multiprocessing.py) (for each instance of Injector or Extractor) This is problematic because each...
### User story As a user, I want to be able to use LIF neurons with an intrinsic homeostatic mechanism to be able construct more complex SNN networks. ### Conditions...