You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.