-
Notifications
You must be signed in to change notification settings - Fork 42
[WASM] Some examples don't work on Android WASM #441
Comments
After build WASM with After restart chrome, these models work again. |
This issue can't reproduce with webml-polyfill commit 466f88a. |
These four models still failed in WASM on Android 9 |
This issue still happens for example and benchmark on Android, so reopen it. |
Samsung S9(Android 8, Chrome Stable Version: 76.0.3809.89) can reproduce this bug on Inception V4(TFlite) and ResNet50 v2(Onnx). |
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:
How to Reproduce:
1.Get the latest codes(1952226): git clone https://github.com/intel/webml-polyfill, and run
npm install
andnpm 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:
The text was updated successfully, but these errors were encountered: