Closed neworderofjamie closed 2 months ago
Attention: Patch coverage is 28.94737%
with 27 lines
in your changes missing coverage. Please review.
Project coverage is 65.28%. Comparing base (
7d7ce54
) to head (13f3503
).
Files | Patch % | Lines |
---|---|---|
ml_genn/ml_genn/compilers/event_prop_compiler.py | 23.33% | 23 Missing :warning: |
ml_genn/ml_genn/callbacks/custom_update.py | 50.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR fixes several issues which somehow only came to light when trying to train SSC.
Also, this PR modifies
CompiledTrainingNetwork.train
to take a seperate list of validation callbacks, preventing irritating issues around e.g. checkpointing and learning rate schedules.