webdnn icon indicating copy to clipboard operation
webdnn copied to clipboard

The Fastest DNN Running Framework on Web Browser

Results 80 webdnn issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

dependencies
javascript

Test benchmark with https://github.com/mil-tokyo/webdnn/commit/7befcdae967654e3e9ed37e994be5a99fb62985a, "No backend is available" occurs with Google Chrome Stable 68.0.3440.91 and 69.0.3497.91 on Android: - WebDNN(WASM backend) + ResNet50 - WebDNN(WASM backend) + Inception V3 -...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies
javascript

WebGPU was an experimental feature on iOS 11 and 12. WebGL via Metal is the latest option with iOS 15 and Mac OS as well. Can someone explain their differences?...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.4.0 to 2.5.0. Release notes Sourced from tensorflow's releases. TensorFlow 2.5.0 Release 2.5.0 Major Features and Improvements Support for Python3.9 has been added. tf.data: tf.data service now...

dependencies
python

Looking at the source i have this problem constantly showing up. I want to export a model from pytorch. raise NotImplementedError("[ONNXConverter] Operator \"Gather\" is not supported yet.")

I'm using TensorFlow 1.13.0 / Keras 2.2.4 to generate my model. However, when using WebDNN to export it, I'm getting the error NotImplementedError: WebDNN supports TensorFlow >=v1.2.0,