Error: Unsupported Layer Type “ScatterNDUpdate” When Loading Intermediate Representation (IR) Model into MYRIAD Device
Content Type: Error Messages | Article ID: 000093785 | Last Reviewed: 03/06/2023
Encountered error when loading custom trained PyTorch model in IR format using OpenVINO™ 2021.4:
RuntimeError: [ GENERAL_ERROR ]
Failed to compile layer "ScatterND_43": unsupported layer type "ScatterNDUpdate"
ScatterNDUpdate layer is not a supported layer for MYRIAD device.
Follow the workaround step for changing the format of ScatterNDUpdate layer of PyTorch model to enable inference on MYRIAD device.