Closed TheAwesomeAndy closed 3 years ago
I think the paths might be wrong - try
tempcoding/tempcoding_main -model_to_test=../tempcoding/networks/fast_network -problem=mnist -n_test=10000 -n_train=60000 -n_validation=0 -decay_rate=0.181769 -mnist_data_path=../data/mnist
This fix worked! Thank you
Hello Again, Sorry for the number of questions. Would you be able to provide any insight to an error that I am getting when running the testing command:
Error:
"andy@andy-HP-G72-Notebook-PC:/media/andy/TOSHIBA EXT/ihmehimmeli/build$ tempcoding/tempcoding_main -model_to_test=tempcoding/networks/fast_network -problem=mnist -n_test=10000 -n_train=60000 -n_validation=0 -decay_rate=0.181769 -mnist_data_path=../data/mnist W2020-11-28T11:40:32.120522282-05:00 /media/andy/TOSHIBA EXT/ihmehimmeli/tempcoding/spiking_problem.cc:413] Ignoring n_inputs flag for MNIST problem. Using 784 inputs.
IHM_CHECK(file.Open(path, mode)) failed at /media/andy/TOSHIBA EXT/ihmehimmeli/tempcoding/file_passthrough_external.cc:97 Aborted (core dumped) "
Thanking you as always for any insight that you can provide, Andrew