intel / webml-polyfill

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
Apache License 2.0
160 stars 42 forks source link

[clDNN] The outputs don't match the expected values for RESIZE_BILINEAR operation #390

Closed Christywl closed 5 years ago

Christywl commented 5 years ago

Test Env: Chromium nightly build 70.0.3503.0 (46503cb) Platform: Windows/Linux

Expected Result: The tests should pass.

Actual Result: The outputs don't match the expected values for RESIZE_BILINEAR operation: Test results: total 16, pass 4, fail 12

How to Reproduce:

  1. Launch chromium and enable WebML flag
  2. Visit https://brucedai.github.io/nt/test/resize_bilinear.html?backend=cldnn

The expected values were from the tensorflow + python. And the reference result on WASM backend: total 16, pass 15, fail 1

Christywl commented 5 years ago

This issue was fixed after align_corners parameter is supported in RESIZE_BILINEAR op and RESIZE_BILINEAR tests were updated.