WebDNN: Fast DNN running framework on Web Browser (mil-tokyo.github.io) 33 points by pizza 4y ago ↗ HN
[–] tehsauce 4y ago ↗ 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.
[–] SemanticStrengh 4y ago ↗ does webgpu expose proper compute shaders? Also what is the browser support for https://www.khronos.org/registry/webgl/specs/latest/2.0-comp... ? [–] pjmlp 4y ago ↗ 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...
[–] pjmlp 4y ago ↗ 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...
[–] poindi1 4y ago ↗ Couple of js alternativestensorflow.js https://www.tensorflow.org/jsand Microsoft onnxruntime web https://microsoft.github.io/onnxruntime-web-demo/Both of them support React Native
4 comments
[ 22.0 ms ] story [ 588 ms ] threadIntel 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