Hi,
I am doing a research project related to Face Recognition and using LFW dataset.
If I import LFW as colour = True using some additional parameters (see attached word document), the CNN architecture gets built smoothly.
However, if I import LFW as colour = False, using the same additional parameters, I am getting an error. Apparently, it's to do with Conv2D layer not able to read input in grayscale.
I have added the Validation message as well. Can somebody please help me either fix it or explain why this is happening.
Many thanks
Emanuel