Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

[WASM] Some examples don't work on Android WASM #441

@Christywl

Description

@Christywl

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

Expected Result:
The examples work on Android WASM.

Actual Result:
The following examples don't work on Android WASM:

  • Inception V4(TFlite)
  • Incep. Res. V2(TFlite)
  • ResNet50 v2(Onnx)
  • DenseNet(Onnx)
    inception v4 tflite
    densenet onnx

How to Reproduce:
1.Get the latest codes(1952226): git clone https://github.com/intel/webml-polyfill, and run npm install and npm run build
2. Download the example models according to https://github.com/intel/webml-polyfill/tree/master/examples/image_classification/model
3. Run: npm start
4. Visit http://127.0.0.1:8080/examples/image_classification/index.html
5. Switch to WASM backend and select the example:

  • Inception V4(TFlite)
  • Incep. Res. V2(TFlite)
  • ResNet50 v2(Onnx)
  • DenseNet(Onnx)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions