webml-polyfill icon indicating copy to clipboard operation
webml-polyfill copied to clipboard

[WASM/WebGL/IE] Need to support 'valid' and 'same' PaddingCode for conv2d

Open mingmingtasd opened this issue 5 years ago • 0 comments

Our API now use explicit padding to process the 'valid' and 'same' PaddingCode, will cause that some new OpenVINO models (IR v10) such as FaceNet fail to run, error is shown as below:

image

The reason is the difference between models with different versions: conv2d properties in facenet model of old version: image

conv2d properties in facenet model of new version: image

mingmingtasd avatar Oct 29 '20 05:10 mingmingtasd