I created a model using autoencoder using the mnist_autoencoder.prototxt. But I have problems evaluating the model. How do I test the model? Previously for other models, I use classifer.py or tools/caffe test to test the model. But both of them throw errors when I feed in the autoencoder model. What is the model supposed to output?
I created a model using autoencoder using the mnist_autoencoder.prototxt. But I have problems evaluating the model. How do I test the model? Previously for other models, I use classifer.py or tools/caffe test to test the model. But both of them throw errors when I feed in the autoencoder model. What is the model supposed to output?