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

[Windows/clDNN] The browser crashed when running SSDLite MobileNetV2(TFlite) on Windows WebML #514

Closed Christywl closed 5 years ago

Christywl commented 5 years ago

Test Env: Chromium Version: nightly build 70.0.3503.0 (8b58220) Platform: Windows 10(Dell XPS 13)[CPU: Intel i5-8250U, GPU: Intel UHD Craphics 620(driver: 25.20.100.6471), Memory: 8GB]

Expected Result: SSDLite MobileNetV2(TFlite) in Object Detection should work.

Actual Result: The browser crashed when running SSDLite MobileNetV2(TFlite) on Windows WebML: main.js:145 DOMException: Compilation is not implemented.

How to Reproduce:

  1. git clone https://github.com/intel/webml-polyfill
  2. npm i & npm run build
  3. Download the models
  4. npm start
  5. Visit http://127.0.0.1:8080/examples/object_detection/index.html
  6. Select SSDLite MobileNetV2(TFlite) and SUSTAINED_SPEED
Christywl commented 5 years ago

See https://github.com/intel/webml-polyfill/issues/507#issuecomment-458374162

I tried this with "--disable-gpu-watchdog" on Windows, the example worked, the browser didn't crash.

Christywl commented 5 years ago

This issue has been fixed on the nightly build a5a8547.