我想使用 mnist 数据集在 caffe 和 nvidia-digits 中训练一个简单的自动编码器。
我有:咖啡:0.16.4 DIGITS:5.1 python 2.7
我使用这里提供的结构: https ://github.com/BVLC/caffe/blob/master/examples/mnist/mnist_autoencoder.prototxt
然后我面临两个问题:
当我使用提供的结构时,我收到此错误:
Traceback (most recent call last): File "digits/scheduler.py", line 512, in run_task task.run(resources) File "digits/task.py", line 189, in run self.before_run() File "digits/model/tasks/caffe_train.py", line 220, in before_run self.save_files_generic() File "digits/model/tasks/caffe_train.py", line 665, in save_files_generic 'cannot specify two val image data layers' AssertionError: cannot specify two val image data layers
当我删除''test-on-test''的图层时,我得到了这样的错误结果: https ://screenshots.firefox.com/8hwLmSmEP2CeiyQP/localhost
问题是什么??