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

PartitionInterchip error relating to '<numCores> must be a positive integer' #327

Open
Michaeljurado42 opened this issue Jan 11, 2022 · 0 comments

Comments

@Michaeljurado42
Copy link

Michaeljurado42 commented Jan 11, 2022

This error happens when n_chips is high but the number of cores used by the neural network is low. For example, if a neural network requires 77 cores and you use PartitionInterchip with n_chips = 3 this error will occur. (See the attached pdf for an example of this error:
PartitionInterchip_error.pdf

This bug comes from this thread on nengo's forum: (https://forum.nengo.ai/t/long-execution-time-and-timeout-with-nengo-loihi/1981/11). Under normal circumstances this bug should not occur (for example where n_chips = 1 in the example I provided), but I still post it here since it is not a graceful exit.

@Michaeljurado42 Michaeljurado42 changed the title PartitionInterchip relating to <numCores> must be a positive integer PartitionInterchip bug relating to '<numCores> must be a positive integer' Jan 11, 2022
@Michaeljurado42 Michaeljurado42 changed the title PartitionInterchip bug relating to '<numCores> must be a positive integer' PartitionInterchip error relating to '<numCores> must be a positive integer' Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant