-
Notifications
You must be signed in to change notification settings - Fork 22
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
Can you provide training DVS-CIFAR10 datasets hyperparameters? #7
Comments
You can get them at https://github.com/fangwei123456/Spike-Element-Wise-ResNet/blob/main/origin_logs/cifar10dvs/SEWResNet_ADD_T_16_T_train_None_SGD_lr_0.01_CosALR_64_amp/args.txt This issue is also helpful: #1 |
thank you |
This is the loris: https://github.com/neuromorphic-paris/loris If you want to use the old version of SJ, you need to install it. The new version does not need it. I recommend to use the new version of SJ to avoid the cext neuron problem (refer to this fangwei123456/spikingjelly#46). In the new version, we use cupy to implement CUDA neuron, which avoids the compiling error of cext neuron that makes troubles to users. |
Thank you very much for your patient answer. Just now, I had A problem with Loris, and after I solved it, I deleted the question just now (I felt A little stupid). I tried to install the latest version of SJ through “pip install SJ or git clone&& cd&& python setup.py install” , but I didn't skip the problem of Loris. I just installed Loris by switching versions and compiled this sentence. I continue to try to run SEW on my computer |
Try to run |
Thank you for your kindly help, there may be some thing wrong, the best score I got is 72.5(the score is 74.4 in your work). I use the latest code and SJ, since the cext is not support as you mentioned here(#1 (comment)), I replace the cext.neuron.MultiStepParametricLIFNode with clock_driven.neuron.MultiStepLIFNode as you did in (https://github.com/fangwei123456/Spike-Element-Wise-ResNet/files/8076489/dvsgesture.zip). And my parameters are the same with you. I copy the latest epoch's message: |
I just re-train this network with the current version of SJ and get 73.8 acc1. I still use the PLIF neuron. I think the accuracy around ±74 is enough.
Here are logs and codes: I notice that the origin version of this repo has some stochastic behaviors, which may cause some troubles for reproducing the idential results. Refer to the bug found at 2021-12-10 in bugs.md. These stochastic behaviors are even not controled by random seeds. In the current version of SJ, you can try different random seeds and may get higher accuracy. |
No description provided.
The text was updated successfully, but these errors were encountered: