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

Support for binary tensors

Open nikhilk opened this issue 6 years ago • 0 comments

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 as Buffer values. TensorFlow treats binary data the same as "strings", so there is no Tensor type to key off of.

This would be useful for image data as an example.

nikhilk avatar Jan 28 '18 19:01 nikhilk