You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
We can add the answers of these FAQs into the documentation of
sinabs-dynapcnn
The text was updated successfully, but these errors were encountered: