-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add Bouhadjar sequence learning network tutorial #1026
base: master
Are you sure you want to change the base?
Conversation
…nto sequence_learning
Bencher Report
Click to view all benchmark results
|
It seems as though the second line in the following snippet from the notebook causes an extreme memory consumption: connections = nest.GetConnections(synapse_model=...)
connections.set({'Wmin': connections.weight}) There are around 165000 connections. |
Should be merged after #1027.