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

Counting the number of synapses #1620

Open
arvoelke opened this issue Jun 1, 2020 · 1 comment
Open

Counting the number of synapses #1620

arvoelke opened this issue Jun 1, 2020 · 1 comment

Comments

@arvoelke
Copy link
Contributor

arvoelke commented Jun 1, 2020

Is your feature request related to a problem? Please describe.

The problem is that this (counting the number of synapses) is currently difficult to accomplish, due to the use of passthrough nodes (which can fan-in from, or fan-out to, multiple ensembles), and factored connections.

Describe the solution you'd like

A method to count the number of synapses (treated factored connections as fully connected, and removing any passthrough nodes).

Describe alternatives you've considered

Alternative solutions / features do not exist.

Additional context

https://forum.nengo.ai/t/number-of-synapses/1181

@drasmuss
Copy link
Member

drasmuss commented Jun 9, 2020

Might be nice to have a general feature that would print out some summary stats about a model (similar to Keras' model.summary())

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

No branches or pull requests

2 participants