BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.12k stars 18.7k forks source link

Autoencoder Model Testing #1809

Closed lorrybrooks closed 9 years ago

lorrybrooks commented 9 years ago

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?

rohrbach commented 9 years ago

Please ask usage questions on caffe-users -- this issues tracker is primarily for Caffe development discussion. Thanks!