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

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill

Results 112 webml-polyfill issues
Sort by recently updated
recently updated
newest added

**Test Env:** Chromium Version: nightly build 79.0.3917.0 (**74a844d**) Platform: Linux **Expected Result:** Examples should work. **Actual Result:** The results are incorrect for ResNet v2(ONNX) example: ![Screenshot from 2020-06-12 14-23-32](https://user-images.githubusercontent.com/20039821/84471623-4e8c5100-acb8-11ea-8009-48952be74ac1.png) **How...

bug
p2

**Test Env:** Chromium Version: nightly build 79.0.3917.0 (**74a844d**) Platform: Linux **Expected Result:** No crash. **Actual Result:** Crash happened: ![Screenshot from 2020-06-12 14-01-29](https://user-images.githubusercontent.com/20039821/84470135-3a932000-acb5-11ea-8b90-436855516ba0.png) `$ /usr/bin/chromium-browser-unstable --no-sandbox --use-inference-engine [15260:15260:0612/135430.472859:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION...

bug
p1

**Test Env:** Chromium Version: nightly build 79.0.3917.0 (74a844d) Platform: Windows/Linux **Expected Result:** Facial Landmark examples should work. **Actual Result:** The position of key points are not accurate for Facial Landmark...

bug
p2

- List models - Justification (in internal)

enhancement
example

![Capture_1](https://user-images.githubusercontent.com/7856909/84101854-863d9380-aa41-11ea-807c-e18e8b699302.PNG) The output shape of tflite model is {1, 224, 224} that should be {224, 224, 1} for NHWC, that also can be {1, 224, 224, 1} align with [OpenVINO...

Model inference in polyfill using tfjs-backend-webgpu.

enhancement

https://devblogs.microsoft.com/directx/directx-heart-linux/

This issue created to track this [Android 10 issue ](https://github.com/intel/webml-polyfill/issues/1060) and to find if there is another way to resolve it. Two steps need to follow: 1. Upgrade Android NDK...

enhancement
p3

It's hard to maintain Inference Engine Code for POC that is integrated to Chromium source code, it's better to go down the implementation of building CNNNetwork whether using NN builder...