Hello, I found some little performance issues in the program, Netword_training / SNN.py. correct_prediction and accuracy will be repeatedly created in the subsequent process, which will reduce the efficiency of the program. In order to avoid unnecessary overhead, I think both of them should be created before the loop body.
Looking forward to your reply. Btw, I am very glad to create a PR to fix it if you are too busy.