Hi community,
I’m seeking your help in solving the following issue.
I’m trying to convert my Pytorch model to DeepViewRT (RTM) format using the eIQ Toolkit 1.7.3 following this guide.
However, my Pytorch model has InstanceNormalization layers, and the conversion process terminated with the following error message: “Unsupported Op Type: InstanceNormalization”
What should I do to get rid of this message, how I can convert the OSNet to DeepViewRT?
Best regards and thanks in advance,