intel / webml-polyfill

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
Apache License 2.0
161 stars 46 forks source link

[BNNS] Inception V2(Onnx) and DenseNet(Onnx) examples don't work after MUL operation was supported #497

Open Christywl opened 5 years ago

Christywl commented 5 years ago

Test Env: Chromium Version: nightly build 70.0.3503.0 (8b58220) Platform: Mac OS 10.13.6

Expected Result: Inception V2(Onnx) and DenseNet(Onnx) examples should work after MUL operation was supported on nightly build 8b58220.

Actual Result: Inception V2(Onnx) and DenseNet(Onnx) examples don't work after MUL operation was supported on nightly build 8b58220.

screen shot 2019-01-17 at 3 44 50 pm

How to Reproduce:

  1. Launch chromium
  2. Visit https://brucedai.github.io/nt/examples/image_classification/index.html
  3. Select Inception V2(Onnx) or DenseNet(Onnx) and switch to FAST_SINGLE_ANSWER
lisa0314 commented 5 years ago

It was due to the absence of broadcasting of mul. This issue is related to #474 .

lisa0314 commented 5 years ago
Christywl commented 5 years ago

Added unsupported Label