-
Notifications
You must be signed in to change notification settings - Fork 46
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
Error when running csnn_pc_mnist.py #13
Comments
I was abl |
Hi Pedro, This repo contains code extended from that of the paper by Peter Diehl and Matthew Cook. To see the original code, check out this repo. |
Hi @djsaunde , Classification performance (top_percent) [ 13. 65. 65. 76. 67. 71. 75. 78. 73. 77. 66. 77. 71. 78. 76. 77. 78. 84. 80. 75. 80. 80. 83. 77. 80. 80. 77. 79. 78. 69. 74. 79. 78. 71. 86. 77. 82. 80. 77. 84. runs done: 9910 of 10000 (time taken for past 10 runs: 7.21255397797) ...Saving results I hope it helps! |
Hi @djsaunde , |
Dear Peter and dear Matthew,
I would like to congratulate you both for the high-quality paper that you have published. I am trying to run your code and I am getting the following error:
$python csnn_pc_mnist.py
Optional argument values:
Traceback (most recent call last):
File "csnn_pc_mnist.py", line 970, in
elif test_mode:
NameError: name 'test_mode' is not defined
Can you please advise on how to solve it?
BW
Pedro
The text was updated successfully, but these errors were encountered: