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.

Unable to import an onnx model containing deconv layers

Hi,

On the similar lines as in the reference query, I am trying to import a custom onnx model wherein I have couple of deconv layers at the end. I am getting the errors while doing so. 

Please find the logs below:

ERROR : [TIDL_Deconv2DLayer] kernel 2x2 in deconv is not supported.
SUGGESTION: [TIDL_Deconv2DLayer] Please change to Upsample/Resize if possible. Upsample/Resize will be more efficient.
ERROR : [TIDL_Deconv2DLayer] kernel 2x2 in deconv is not supported.
SUGGESTION: [TIDL_Deconv2DLayer] Please change to Upsample/Resize if possible. Upsample/Resize will be more efficient.
ERROR : [TIDL_Deconv2DLayer] kernel 2x2 in deconv is not supported.
SUGGESTION: [TIDL_Deconv2DLayer] Please change to Upsample/Resize if possible. Upsample/Resize will be more efficient.
****************************************************
** 0 WARNINGS 3 ERRORS **
****************************************************

Kindly suggest me how to proceed in this case?

Thanks in advance,

-Prajakta Kulkarni