genn-team / ml_genn

A library for deep learning with Spiking Neural Networks (SNN).
https://ml-genn.readthedocs.io
GNU Lesser General Public License v2.1
24 stars 7 forks source link

Kernel learning #106

Open neworderofjamie opened 2 months ago

neworderofjamie commented 2 months ago

Using the temporary functionality for modifying KERNEL_G variables implemented in https://github.com/genn-team/genn/pull/631, this re-instates learning of convolutions with EventProp

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 11.11111% with 8 lines in your changes missing coverage. Please review.

Project coverage is 65.10%. Comparing base (7bddc52) to head (8bd13dd).

Files with missing lines Patch % Lines
ml_genn/ml_genn/compilers/event_prop_compiler.py 11.11% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #106 +/- ## ========================================== - Coverage 65.22% 65.10% -0.12% ========================================== Files 101 101 Lines 4218 4227 +9 ========================================== + Hits 2751 2752 +1 - Misses 1467 1475 +8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.