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

Issue about model training on N-MNIST #4

Open
TJXTT opened this issue Oct 31, 2020 · 1 comment
Open

Issue about model training on N-MNIST #4

TJXTT opened this issue Oct 31, 2020 · 1 comment

Comments

@TJXTT
Copy link

TJXTT commented Oct 31, 2020

Hi,

I'm trying to implement LeNet using the N-MNIST dataset but the accuracy does not increase as the training step growing. I load the N-MINST dataset by PySNN ( https://github.com/BasBuller/PySNN).

Can you please tell me how to train the model on N-MNIST?

Your help will be appreciated.
Thanks

@chan8972
Copy link
Owner

We are not aware of PySNN code. We have preprocessed the N-MNIST dataset (similar to "https://github.com/chan8972/Spike-FlowNet/blob/master/encoding/split_coding.py") and use dataloader to feed the data through the network. Since N-MNIST contains sparse event data, there typically requires a higher degree of variance for the weight parameter initialization.

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