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] ResNet50 onnx examples don't work on Android #431

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: ResNet50 v1(onnx) and ResNet50 v2(onnx) examples work on WebML.

Actual Result: ResNet50 v1(onnx) and ResNet50 v2(onnx) examples don'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 ResNet50 v1(onnx) or ResNet50 v2(onnx)
Christywl commented 5 years ago

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