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

Add readout mapping on dynap-network 'make_config' method for Speck2e/f #182

Open
ssinhaleite opened this issue Dec 5, 2023 · 1 comment
Labels

Comments

@ssinhaleite
Copy link
Member

Currently, we have to make mapping by restructuring the last linear layer of the model before implementing the dynap-network for speck2e and 2f device. I think we could integrate this work into make_config method which takes arguments including "device"?

@sheiksadique
Copy link
Contributor

Currently this behaviour is accomplished by remapping the model using the method sinabs.backend.dynapcnn.utils.extend_readout_layer() manually/explicitly. Automating this behaviour might mean the users see unexpected behaviour ie. the channel numbers of the events read might not match the conceptual channel numbers.

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

No branches or pull requests

2 participants