You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When test DeepLab sample with NHWC layout and OpenVino backend (Node.js Electron app), we failed to build the graph at resample op at following code line:
While this works on DML backend, and NCHW layout also works on OpenVino backend.
Error Log:
Error: Failed to build graph.
at DeepLabV3MNV2Nhwc.build (deeplabv3_mnv2_nhwc.js:151)
at main (main.js:334)
at async window.onload (index.html?undefined:205)
The text was updated successfully, but these errors were encountered:
huningxin
changed the title
[IE] Fail to build deeplab model with NHWC + OpenVino backend
[OV] Fail to build deeplab model with NHWC + OpenVino backend
Aug 9, 2021
Test case: #52
When test DeepLab sample with NHWC layout and OpenVino backend (Node.js Electron app), we failed to build the graph at
resample
op at following code line:https://github.com/webmachinelearning/webnn-samples/blob/master/semantic_segmentation/deeplabv3_mnv2_nhwc.js#L137.
While this works on DML backend, and NCHW layout also works on OpenVino backend.
Error Log:
The text was updated successfully, but these errors were encountered: