Felix Bauer
Felix Bauer
For example, [here](https://sinabs.readthedocs.io/en/v2.0.0/speck/notebooks/nmnist_quick_start.html#quick-start-with-n-mnist) the link to `DynapcnnNetwork`.
Thank you for raising this @kburel . Does this refer to a tutorial or to the `DynapcnnVisualizer` class?
Please add a link to the mentioned tutorial
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...
Note that [this branch](https://github.com/synsense/sinabs/tree/dev/merge_multiple_inputs) addresses the issue.
Still to do in branch mentioned above: - [ ] Unit test - [ ] Update docs - [ ] Update Changelog
There is a way that is probably not documented, nor tested: 1. Instantiate a `DynapcnnNetwork` with a sequential that only contains a `DVSLayer`. 2. Deploy that network onto chip with...
Good place to add to the docs: https://sinabs.readthedocs.io/en/v2.0.0/speck/the_basics.html
PR #235 Addresses this to some small extent