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

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.10 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....

dependencies

[L139](https://github.com/otcshare/chromium-src/blob/webml/third_party/ienn/src/ie_execution.cpp#L139) in chromium repo should be as: `memcpy(input_blob->buffer(), input_data_[i].buffer), input_data_[i].length);` We needn't change blob's data type. And we can remove `element::f16` in [L209](https://github.com/otcshare/chromium-src/blob/webml/third_party/ienn/src/ie_compilation.cpp#L209).

enhancement
Chromium

**Test Env**: Dell XPS, Ubuntu 16.04, Kabylake i7-8550U, Intel UHD Graphics 620 When test Style Transfer with WebGL backend, throws following error: _Requested texture size [4218x4218] greater than WebGL maximum...

I find that there is something wrong with intel.github.io. For WASM backend, it reports that "Backend 'wasm' has not yet been initialized. Make sure to await tf.ready() or await tf.setBackend()...

bug
p1

1. Visit https://intel.github.io/webml-polyfill/examples/style_transfer/?prefer=none&b=WASM&m=fast_style_transfer_tflite&s=image&d=0&f=WebNN Actual Result: Wrong inference result with Wasm backend ![wasm](https://user-images.githubusercontent.com/5017359/106546278-dbd12e00-6545-11eb-9ea0-1b52814fd913.png) @BruceDai please check if it's caused by the tf.js upgrade.

bug

The OpenVINO.js framework exists in the example for image classification, semantic_segmentation, speech_commands, and speech_recognition. It works when the Electron Application with integrated node.js.

Error "worker.js onmessage() captured an uncaught exception: ReferenceError: Q is not defined" happened on https://intel.github.io/webml-polyfill/examples, while this issue doesn't reproduce on local service.

bug
p1

The issue is caused by this [PR](https://github.com/otcshare/chromium-src/pull/59). @fujunwei Please help to fix it. Thanks!