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

FSNN-7 (DST) and Wide- 7B-DSNN implementation details #1

Open
alexandercantrell opened this issue Nov 26, 2023 · 2 comments
Open

FSNN-7 (DST) and Wide- 7B-DSNN implementation details #1

alexandercantrell opened this issue Nov 26, 2023 · 2 comments

Comments

@alexandercantrell
Copy link

I noticed you had the FSNN and DSNN implementation for ResNet added, but not the FSNN-7 (DST) and Wide-7B-DSNN implementations. Would you be able to post these implementations or go a bit more into how they were structured so I can implement them myself? Thanks!

@iCGY96
Copy link
Owner

iCGY96 commented Nov 27, 2023

Kindly consult the implementation detailed in this repository: [https://github.com/fangwei123456/Spike-Element-Wise-ResNet]. We plan to update the code subsequent to the official publication of our paper.

@alexandercantrell
Copy link
Author

Yes, I was working off of that repository, but was unable to achieve the same results as in the paper so I had a few things I was hoping to verify.

  1. For Wide-7B-DSNN on Cifar10-DVS was the AAC detached during testing or was it kept on?
  2. How do you account for the MaxPooling operation in the AAC? Is it applied to both outputs?
  3. For downsampling in your DSNN file you use two convolution operations sequentially when the stride is > 1. Is this also done in these two implementations or is normal convolution applied as the stride isn't ever > 1 due to MaxPooling?

Sorry for all the questions and thank you in advance for your help!

Repository owner deleted a comment from jk8898 Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants