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