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

[NNAPI] Inception v2(Onnx) doesn't work on Android #432

Closed Christywl closed 5 years ago

Christywl commented 5 years ago

Test Env: Chromium Version: nightly build 70.0.3503.0 (8755e6b) Platform: Android 8.1.0(Google Pixel 2)

Expected Result: Inception v2(Onnx) example works on WebML.

Actual Result: Inception v2(Onnx) doesn't work on WebML.

How to Reproduce:

  1. Launch chromium on Android device and visit https://brucedai.github.io/nt/examples/image_classification/index.html
  2. Select Inception v2(Onnx)
Christywl commented 5 years ago

This issue was fixed with webml-polyfill commit https://github.com/intel/webml-polyfill/commit/466f88a47e460a9bdd535666b0de56069a9e4c9b.