# Name of model used modelName = 'exp903' # Emotions provided by the dataset emotions = ["Angry", "Disgust", "Fear", "Happy", "Sad", "Surprise", "Neutral"] # Shape of input of the model input_shape = (48, 48, 1) # input_shape = (64,64,1)