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 42 forks source link

[MPS] MobileNet result is incorrect on MacBook Pro #259

Open huningxin opened 6 years ago

huningxin commented 6 years ago

Device configuration: MacBook Pro 13 2017 with macOS 10.13.6

Steps: Build Chromium at https://github.com/otcshare/chromium-src/commit/5f58c3c31419645c7e7eeb315b9446335822440a Navigate to https://huningxin.github.io/webml-examples/examples/mobilenet/index.html

The classification results are incorrect as screenshot:

screen shot 2018-10-17 at 5 55 38 pm

I suspect the PR https://github.com/otcshare/chromium-src/pull/43 introduced this issue.

huningxin commented 6 years ago

More details of my test device: MacBook Pro (13-inch, 2017, Four Thunderbolt 3 Ports) Processor: 3.1 GHz Intel Core i5 Graphics: Intel Iris Plus Graphics 650 1536 MB

Christywl commented 6 years ago

I checked this on my MacBook Pro 10.13.6 with the nightly build 5f58c3c, didn't see this issue:

MacBook Pro (Retina, 13-inch, Early 2015) Processor 2.7 GHz Intel Core i5 Memory 8 GB 1867 MHz DDR3 Graphics Intel Iris Graphics 6100 1536 MB

screen shot 2018-10-18 at 9 06 12 am
huningxin commented 5 years ago

I can reproduce this issue on https://github.com/otcshare/chromium-src/commit/4d20cb10246a81ccb21880da668f5f3d4615a5cb against macOS 10.14 on iMac (2017)

huningxin commented 5 years ago

I can't reproduce this issue against macOS 10.14 on MacBook Pro (2017). Perhaps we can lower the priority.