-
Notifications
You must be signed in to change notification settings - Fork 26
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
Some questions about the paper & code #14
Comments
Another question, in your paper,you mentioned that you use [0, 1, 0, 1, 1] as desired output spike trains,but in your code, the desired_spikes is setted [0, 1, 1, 1, 1] |
thanks for your reply. About the desired_spikes, I have tried some different patterns, different patterns lead to large different performance. And in your paper, you used Van Rossum distance, and I wonder if you have done ablation study on this "Van Rossum distance"? |
In global_v.py, line 16, "syn_a /= tau_s", and in tsslbp.py, line 61 "partial_a = glv.syn_a/(-tau_s)", and line 78 "partial_a_partial_u*grad_delta[..., t:time_end]*tau_s" |
Hi,
In your paper, you mentioned "The mean and standard deviation (stddev) of the accuracy reported are obtained by repeating the experiments five times.". I wonder to know it is repeated in the same random seed for 5 times or or you choose 5 different random seeds to repeat the experiments. As far as I know, it should be done in 5 different random seed instead of same seed for 5 times.
And I would like to know the the effect of grad_a in tsslbp.py? For warm @up? @stonezwr
Thanks.
The text was updated successfully, but these errors were encountered: