This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Edge AI Cloud - Not able to compile customized model

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?