WebDNN: Fast DNN running framework on Web Browser(mil-tokyo.github.io)
mil-tokyo.github.io
WebDNN: Fast DNN running framework on Web Browser
https://mil-tokyo.github.io/webdnn/
4 comments
What operations does it support? I remember being very excited about onnx.js too until I found out it only supported a very limited subset of the operations available in the real frameworks.
does webgpu expose proper compute shaders?
Also what is the browser support for https://www.khronos.org/registry/webgl/specs/latest/2.0-comp... ?
It does, it was the reason why WebGL 2.0 compute shaders were dropped.
Intel is the only one that has ever implemented them.
Here, have a go at the typical boids stuff,
https://austin-eng.com/webgpu-samples/samples/computeBoids?w...
Intel is the only one that has ever implemented them.
Here, have a go at the typical boids stuff,
https://austin-eng.com/webgpu-samples/samples/computeBoids?w...
tensorflow.js https://www.tensorflow.org/js
and Microsoft onnxruntime web https://microsoft.github.io/onnxruntime-web-demo/
Both of them support React Native