webml-polyfill
webml-polyfill copied to clipboard
Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
**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:  **How...
**Test Env:** Chromium Version: nightly build 79.0.3917.0 (**74a844d**) Platform: Linux **Expected Result:** No crash. **Actual Result:** Crash happened:  `$ /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...
**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...
- List models - Justification (in internal)
 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.
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...
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...