Skip to content

Add NumbaLIF neuron model - #86

Closed
drasmuss wants to merge 1 commit into
realtimefrom
numba-lif
Closed

Add NumbaLIF neuron model#86
drasmuss wants to merge 1 commit into
realtimefrom
numba-lif

Conversation

@drasmuss

Copy link
Copy Markdown
Member

Migrated from nengo/nengo#1482

I also reworked the setup.py extra_requires slightly, since I needed to add in numba and there wasn't an obvious place to put it. Could revert this if we want to keep requirements separated by different subcomponents (e.g. one for deeplearning, one for numbalif). But I figured it'd be ok to lump everything under "optional", and that's familiar for people working with other nengo projects.

Based on #85, as there are some fixes in that branch needed to get nengo-extras tests passing.

A numba-accelerated drop-in replacement for nengo.LIF.

Also reorganized the setup.py extra_requires slightly
to align with other nengo projects.
Comment thread nengo_extras/neurons.py
Comment thread nengo_extras/tests/test_neurons.py Outdated
@hunse

hunse commented May 24, 2019

Copy link
Copy Markdown
Contributor

Don't know why this didn't close automatically, it's merged and the merged branch is up to date with master.

@hunse hunse closed this May 24, 2019
@hunse
hunse deleted the numba-lif branch May 24, 2019 17:44
@tbekolay

Copy link
Copy Markdown
Member

It's because the base branch for this PR isn't master, it's realtime

@hunse

hunse commented May 24, 2019

Copy link
Copy Markdown
Contributor

Ahh, and that's why it wouldn't let me delete the realtime branch earlier. I just thought this was rebased onto realtime, not a PR into realtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants