synsense / sinabs

A deep learning library for spiking neural networks which is based on PyTorch, focuses on fast training and supports inference on neuromorphic hardware.
https://sinabs.readthedocs.io
GNU Affero General Public License v3.0
81 stars 8 forks source link

Sinabs dynapcnn doc refractor #221

Closed sheiksadique closed 9 months ago

sheiksadique commented 9 months ago

Moved hardware tutorials to the top. Moved instructions for adding support for new chip to FAQ.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d057ced) 90.86% compared to head (a750397) 90.87%. Report is 1 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #221 +/- ## ======================================== Coverage 90.86% 90.87% ======================================== Files 52 52 Lines 2716 2717 +1 ======================================== + Hits 2468 2469 +1 Misses 248 248 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bauerfe commented 9 months ago

Looks good! I fixed a few typos.