Submission fails but debugging successful

Hello,

I am trying to submit my work for the challenge. When I submit with debug options set, it returns no error and evaluates successfully. However, the actual submission gives an input shape error and looks like an empty input is fed to my model.

ValueError: Error when checking input: expected dense_1_input to have shape (1024,) but got array with shape (0,) 

https://gitlab.aicrowd.com/ugenc/learning-to-smell-starter-kit/issues/8

Thanks in advance.