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

Implement BNTT (Batch Norm through time) #345

Open
cpehle opened this issue Nov 9, 2022 · 0 comments
Open

Implement BNTT (Batch Norm through time) #345

cpehle opened this issue Nov 9, 2022 · 0 comments
Assignees
Milestone

Comments

@cpehle
Copy link
Member

cpehle commented Nov 9, 2022

This appears to be an effective method to train larger scale convolutional spiking neural networks. The reference implementation can be found here: https://github.com/Intelligent-Computing-Lab-Yale/BNTT-Batch-Normalization-Through-Time. Effectively this just maintains a batch norm function for each timestep. I therefore suggest to implement an abstraction which allows us to "replicate" any kind of point wise applicable torch layer across the time dimension with independent parameters for each time step.

@cpehle cpehle self-assigned this Nov 9, 2022
@cpehle cpehle added enhancement New feature or request got-to-go-deeper labels Nov 9, 2022
@cpehle cpehle added this to the Release 0.1 milestone Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant