I was trying to run the application using Test.py but always landed on the following:
raise ValueError(
ValueError: Kernel shape must have the same length as input, but received kernel of shape (3, 3, 1, 32) and input of shape (None, None, 48, 48, 1).
Is there any fix for this?