We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
trying to import softlifrate from nengo but failed i am using ubuntu 12.04
import nengo nengo.log(level='info') import nengo_extras
ImportErrorTraceback (most recent call last) in () 6 nengo.log(level='info') 7 import nengo_extras ----> 8 from nengo_extras import SoftLIFRate
ImportError: cannot import name SoftLIFRate
The text was updated successfully, but these errors were encountered:
Hi @assadRasheed, we did a bit of reorganization, so the place to import SoftLIFRate changed. Try
SoftLIFRate
from nengo_extras.neurons import SoftLIFRate
Sorry, something went wrong.
No branches or pull requests
trying to import softlifrate from nengo but failed i am using ubuntu 12.04
import nengo
nengo.log(level='info')
import nengo_extras
ImportErrorTraceback (most recent call last)
in ()
6 nengo.log(level='info')
7 import nengo_extras
----> 8 from nengo_extras import SoftLIFRate
ImportError: cannot import name SoftLIFRate
ImportErrorTraceback (most recent call last)
in ()
6 nengo.log(level='info')
7 import nengo_extras
----> 8 from nengo_extras import SoftLIFRate
ImportError: cannot import name SoftLIFRate
The text was updated successfully, but these errors were encountered: