node-tensorflow
node-tensorflow copied to clipboard
Node.js + TensorFlow
I'm on node v8.4.0 Install is ok. But getting the following error when trying to start my local server: ``` Error: Cannot find module 'protocol-buffers' at Function.Module._resolveFilename (module.js:489:15) at Function.Module._load...
Hi, I'm a Windows 10 user and I'm trying to implement Tensorflow in my node.js application. I npm installed tensorflow and copied the code to see if it works well....
This is to allow for using the a checkpoint resulting from training (exported to a saved model) for predictions. This will form the basis for defining the high-level interface -...
This is MUCH faster implementation of the **reshapeList** function. My [SSD](https://arxiv.org/abs/1512.02325) model has output shape [3012, 23], so inner for-loop invokes 3012x2 calls to the **splice** method that makes the...
Support input binary data via Buffer values. However, on the output end, we'll need some way for the user to specify whether to deserialize buffers into strings, or leave them...
One thing a lot of libraries in machine learning miss out are proper full-scale examples. Nodejs is a part of the web community and the web community I can say...
The new C APIs support building ops and adding them to the Graph. For example, from https://www.tensorflow.org/install/install_java ```java // Construct the computation graph with a single operation, a constant //...
We'll need official TensorFlow libs for Windows. Currently only mac and linux are listed at https://www.tensorflow.org/install/install_c This bug is interesting to track progress on that front -- https://github.com/tensorflow/tensorflow/issues/8773