node-tensorflow icon indicating copy to clipboard operation
node-tensorflow copied to clipboard

Node.js + TensorFlow

Results 12 node-tensorflow issues
Sort by recently updated
recently updated
newest added

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 -...

todo

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...

feature-request

Requires special serialization logic for tensors.

todo

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...

todo

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 //...

investigation

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

todo