deep learning - Caffe Autoencoder - Stack Overflow
stackoverflow.com › questions › 36309718Mar 30, 2016 · The example in Caffe is not true auto-encoder because it doesn't set layer-wise training stage and during training stage, it doesn't fix W {L->L+1} = W {L+1->L+2}^T. It is easily to find a 1D auto-encoder in github, but 2D auto-encoder may be hard to find. Show activity on this post. In Auto encoder your input is your label image for training.