intel / webml-polyfill

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

[WASM] The outputs don't match the expected values for RESIZE_BILINEAR operation on WASM backend #386

Closed Christywl closed 5 years ago

Christywl commented 5 years ago

Test Env: Chromium nightly build 70.0.3503.0 (46503cb) Platform: Mac OS 10.13.6

Expected Result: The test should pass.

Actual Result: The outputs don't match the expected values for RESIZE_BILINEAR operation on WASM backend: image

How to Reproduce:

  1. Launch chromium and disable WebML flag
  2. Visit https://brucedai.github.io/nt/test/issue386_resize_bilinear.html?backend=wasm

_The expected values were from the tensorflow + python. And only one test failed on WASM backend, other resize_bilinear tests got passed(https://brucedai.github.io/nt/test/resize_bilinear.html?backend=wasm)._

Wenzhao-Xiang commented 5 years ago

Fixed with #356, closed it.

Christywl commented 5 years ago

This issue has been fixed with webml-polyfill commit https://github.com/intel/webml-polyfill/commit/df292601737a2d03514c9a69a2faae7131f8383a.