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

Improve in-code documentation of backend.dynapcnn.mapping #234

Open
bauerfe opened this issue Apr 3, 2024 · 0 comments · May be fixed by #235
Open

Improve in-code documentation of backend.dynapcnn.mapping #234

bauerfe opened this issue Apr 3, 2024 · 0 comments · May be fixed by #235
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@bauerfe
Copy link
Contributor

bauerfe commented Apr 3, 2024

The module sinabs.backend.dynapcnn.mapping is used to find a mapping from the layers in a DynapcnnNetwork to layers on a device, under consideration of the chip layers' memory constraints.

This is done by formulating the problem as a bipartite matching problem and to solving it with the Edmonds-Karp Algorithm.

In-code documentation of this module is rather sparse, so that it's hard for new developers to understand what is going on.

@bauerfe bauerfe added the documentation Improvements or additions to documentation label Apr 3, 2024
@bauerfe bauerfe linked a pull request Apr 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants