caffejs
caffejs copied to clipboard
Run Caffe models in the browser using ConvNetJS
seriously, 1x1 px filters are super small Would be also nice to display the activations in the model graph directly
The demos of JS libraries using weblas (http://waylonflinn.github.io/DeepBeliefSDK/, https://transcranial.github.io/keras-js/) look amazing. Hence we should integrate it for GPU support (https://github.com/waylonflinn/weblas).
Currently, we are using D3 version 3. We should consider upgrading to v4 and only selectively add packages that are needed.
CaffeJS enables running caffe models in browser, but any specific browser dependency should be removed. It should only be javascript specific. It would mean removing dependency on canvas and webcamjs....