webml-polyfill icon indicating copy to clipboard operation
webml-polyfill copied to clipboard

[IE] 'KWS CNN(TFLite)' model of Speech Commands doesn't work for IE backends on Windows

Open Christywl opened this issue 5 years ago • 0 comments

Test Env: Chromium Version: nightly build 79.0.3917.0 (74a844d) Platform: Windows

Expected Result: The example should work.

Actual Result: 'KWS CNN(TFLite)' model of Speech Commands doesn't work for IE backends on Windows:

[9232:20144:0615/140130.040:ERROR:compilation_delegate_ie.cc(233)] [IE] exception Invalid reshape mask (dim attribute): number of elements in input: [1,48,796,1] and output: [1,48,1,398] mismatch

How to Reproduce:

  1. Launch chromium with /usr/bin/chromium-browser-unstable --no-sandbox --use-inference-engine and visit https://intel.github.io/webml-polyfill/examples/speech_commands
  2. Select FAST_SINGLE_ANSWER or SUSTAINED_SPEED
  3. Select KWS CNN(TFLite)

Christywl avatar Jun 15 '20 06:06 Christywl