Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not setting max delays correctly can cause issues with loading #129

Open
mbalazs98 opened this issue Feb 6, 2025 · 1 comment
Open

Not setting max delays correctly can cause issues with loading #129

mbalazs98 opened this issue Feb 6, 2025 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@mbalazs98
Copy link
Contributor

I trained a model with eventprop for 200 epochs. I set the max_delay_steps=62 for the synapses. I tried to load the saved weights, and while they didn't better than chance accuracy, they were significantly worse compared to what I observed at training. I realised that I didn't set max_delay_steps to 62 but to a 1000, after changing it to 62, I got the same results. Intuitively this should not be a problem, since the parameters were loaded.

@neworderofjamie
Copy link
Contributor

What happens if you load the delays without setting any max delay?

@neworderofjamie neworderofjamie added the bug Something isn't working label Feb 6, 2025
@neworderofjamie neworderofjamie added this to the mlGeNN 2.X milestone Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants