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

FAQs from the customers. #167

Open
1 of 4 tasks
ssinhaleite opened this issue Dec 5, 2023 · 1 comment
Open
1 of 4 tasks

FAQs from the customers. #167

ssinhaleite opened this issue Dec 5, 2023 · 1 comment

Comments

@ssinhaleite
Copy link
Contributor

ssinhaleite commented Dec 5, 2023

We can add the answers of these FAQs into the documentation of sinabs-dynapcnn

  • How to leak the neurons in the CNN.
  • How to achieve Recurrencies architechture.
  • Bandwidth of the devkit.
  • Speck + INIVATION DVS camera demo
@bauerfe
Copy link
Contributor

bauerfe commented Nov 6, 2024

I will provide some inputs here for the remaining three points:

How to achieve Recurrencies architechture.
Currently (and event after merging nonseq branch), this is not supported by sinabs. The problem that would have to be solved is how to simulate such a network in software. For just deploying the model on chip, there is a workaround: Define the model without recurrent connections first and instantiate a DynapcnnNetwork instance. When deploying, provide a config_modifier to the to method.

Bandwidth of the devkit.
Typically around 30M SynOps/s. Some devkits have one or two cores (layers) where this limit is about twice as high.

Speck + INIVATION DVS camera demo
This will require manual setup of a samna graph and I don't see this feature being added to sinabs any time soon.

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

No branches or pull requests

2 participants