Results 75 comments of bamsumit

@VishalPathak-GTRI are you also running it in WSL-2? First thing I would check is to check if you can compile and run cuda code using nvcc.

Can you post the outputs of these commands ```bash nvidia-smi | grep CUDA nvcc --version python -c "import torch; print(torch.__version__)" ```

As long as `nvcc` and `torch` CUDA version match, it should be okay. Can you try this: 1. Find cuda installation path: `which nvcc` 2. Make sure `/home` exists (try...

Refer here: https://github.com/lava-nc/lava-dl/discussions/60#discussioncomment-2769162

Hi, @timcheck can you complete this PR?

@knurzl please look at this [PR](https://github.com/lava-nc/lava-dl/pull/61) for the fix.

There are a couple of things you can try: - First is you may want to add data augmentation for better results. - You can try to optimize the learning...