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

[BNNS] Inception Resnet V2(TFlite) example doesn't work on BNNS #436

Closed Christywl closed 5 years ago

Christywl commented 5 years ago

Test Env: Chromium Version: nightly build 70.0.3503.0 (022e2ff) Platform: Mac OS 10.13.6

Expected Result: Inception Resnet V2(TFlite) example works.

Actual Result: Inception Resnet V2(TFlite) example doesn't work on BNNS:

screen shot 2019-01-09 at 3 16 43 pm

How to Reproduce:

  1. git clone https://github.com/intel/webml-polyfill
  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?api_info=true
  5. Select Inception Resnet V2(TFlite) and FAST_SINGLE_ANSWER
lisa0314 commented 5 years ago

@Christywl After this PR is merged, this issue will be fixed.

Christywl commented 5 years ago

This issue was fixed on the nightly build 95ba69b.