lava-dl
lava-dl copied to clipboard
Deep Learning library for Lava
Issue Number: Objective of pull request: Add netx support for rf.Dense and rf_iz.Dense ## Pull request checklist Your PR fulfills the following requirements: - [ ] [Issue](https://github.com/lava-nc/lava-dl/issues) created that explains...
Issue Number: #97 Objective of pull request: Implementation of the training algorithm DECOLLE (Kaiser et al. 2020) ## Pull request checklist Your PR fulfills the following requirements: - [x] [Issue](https://github.com/lava-nc/lava-dl/issues)...
Hello everyone, i have this error: "No CUDA runtime is found, using CUDA_HOME='/usr' " each time i import stuff from slayer like "import lava.lib.dl.slayer as slayer" . Asking torch.cuda.is_available() in...
Objective of issue: **Lava DL version:** - [ ] **0.3.0** (feature release) - [ ] **0.2.1** (bug fixes) - [x] **0.2.0** (current version) - [ ] **0.1.2** **Lava version:** -...
Objective of issue: Implementation of the training algorithm DECOLLE (Kaiser et al. 2020) **Lava DL version:** - [ ] **0.3.0** (feature release) - [ ] **0.2.1** (bug fixes) - [x]...
Objective of issue: I trained an [IRIS](https://archive.ics.uci.edu/ml/datasets/iris) network using the slayer library to near 100% accuracy and converted it over to a lava process using the netx library; however, the...
Signed-off-by: ahmetakman Issue Number: #66 The objective of pull request: I have created a notebook that implements the conversion of the network created in the Slayer NMNIST tutorial. ## Pull...
I tried to build *lava-dl* on my local WSL2 (with Ubuntu 20.04) machine with an RTX 3090 (after successfully installing *lava* and *lava-optimization*) and followed therefor the given installation instructions....
Hi. I'm trying to replicate the SNN network SpikeMS (https://github.com/prgumd/SpikeMS) developed in SLAYERpytorch with the lava-dl. The SpikeMS implementation contains 6 Convolutional layers that process spikes in the following Tensor...
Issue Number: 57 Objective of pull request: Increased GPU utilization on N-MNIST tutorial ## Pull request checklist Your PR fulfills the following requirements: - [x] [Issue](https://github.com/lava-nc/lava-dl/issues) created that explains the...