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

Fixed LSO Surrogate #351

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MadScientist75
Copy link

The LSO method mistakenly used the StochasticSpikeOperator class. It has been corrected to use the LeakySpikeOperator class.

Additionally the backward method of the LeakySpikeOperator class only returned 1 value, when 2 are expected. None has been added as the second return value.

I don't have a proper dev environment to run the flak8 and black tests, so I hope it is ok if I don't include them. I figured that this is a simple two line bug fix, so it is easy to verify by eye. However, I did run training on my machine and it ran fine.

The LSO method mistakenly used the StochasticSpikeOperator class. It has been corrected to use the LeakySpikeOperator class.

Additionally the backward method of the LeakySpikeOperator class only returned 1 value, when 2 are expected. None has been added as the second return value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant