Christoph Koerner
Christoph Koerner
Ooxml
We can use this gist https://gist.github.com/chaosmail/938d7db693f72adb287b
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.
Hi Andrej, I modified the LocalResponseNormalization layer according to http://stackoverflow.com/a/33967339/5200303 to reproduce the same results as in Caffe (for both forward and backward passes). I tested and verified the results...
Right now it's a bit annoying, that configurations are avialable in nginx::resource::location but not in nginx::resource::vhost and vice-versa. Creating a common(_header|_footer).erb would facilitate the implementation of common configurations.
The library throws an error when used in the browser, `module not defined`. Hence, I added a more robust check if module is defined.
Small typo; you wrote `hhttp` instead of `http` https://github.com/abajwa-hw/ambari-flink-service/blob/master/configuration/flink-ambari-config.xml#L72
Currently `tf` is bundled into this package. However it should be loaded separately. Other packages do this using the `browserify-shim` as a global transformation, see https://github.com/tensorflow/tfjs-models/blob/master/mobilenet/package.json#L34