1 min readJun 23, 2020
Training:
I used the LFW dataset with the Attributes, Epochs = 50, code size = 1000 (default in code)
I’m able to get proper predictions on the training data
But when I use custom images, it hardly reconstructs the image
(The custom images were properly resized to 30x30 pixels just like those in LFW dataset and also preprocessed in the code)
I think it is overfitting !!!!