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
Hi, I ran the scripts train_lenet_decolle.py with default setting and get the test_acc.npy in logs folder. The result is down below, am I doing right? What are the meaing in each column?
Yes, this looks correct. Each column is the accuracy in the given layer. So .99013453 is the accuracy of the third convolutional layer. The last column is the accuracy of a non-spiking softmax layer, assuming you didn't change the model.
Hi, I ran the scripts
train_lenet_decolle.py
with default setting and get thetest_acc.npy
in logs folder. The result is down below, am I doing right? What are the meaing in each column?The text was updated successfully, but these errors were encountered: