Part Number: TDA4VM
Hello,
I'm trying to run customized model Efficientnet b0. I changed some of the parameters as follows -
weights=None, include_top=False, input_shape=(960,540,3), activation='relu' at the time of training & generated new model.
While compiling the model in Edge AI Cloud, I'm getting 1 error. Here I've attached its screenshot.

Can anyone suggest how to resolve it?