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 4 months ago

neworderofjamie commented 4 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 4 months ago

Codecov Report

Attention: Patch coverage is 6.25000% with 15 lines in your changes missing coverage. Please review.

Project coverage is 64.64%. Comparing base (1ff0c7f) to head (62aa216).

Files with missing lines Patch % Lines
ml_genn/ml_genn/compilers/event_prop_compiler.py 6.25% 15 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #106 +/- ## ========================================== - Coverage 64.80% 64.64% -0.16% ========================================== Files 101 101 Lines 4259 4271 +12 ========================================== + Hits 2760 2761 +1 - Misses 1499 1510 +11 ```

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