This issue relates to IR inferencing using OpenVINO on NCS2 (MYRIAD). The ONNX representation of the model I am trying to convert comprises 8 ScatterNDupdate layers, which OpenVINO doesn't support on NCS2.
- Is there any way to get rid of those layers without affecting the model's functionality?
- Does OpenVINO provide any alternative layer which will not affect the inferences quantitatively or qualitatively?
- For future references, is there any way to avoid of scatterNDupdate layers? (reason for the creation of these layers)
Details:
OpenVINO version: 2022.1
ONNX Opset: 11 (tried on 13, not useful for resolving the issue)