The concept behind using autoencoders is to regenerate or replicate the same input. I have as input a 6By6 matrix that represent a grid layout image. I used as training and testing data for Disentangled variational autoencoders. However , the model couldn't regenerate the same input.
I am wondering the logical reason behind not using a single matrix for training the model ?