Loading TensorFlow graphs from Node.js – Jim Fleming – Medium
Check out the related post: Loading a TensorFlow graph with the C API. Even though the full C API for TensorFlow is not yet available, we can still use it load TensorFlow graphs and evaluate them from other languages. This is incredibly useful for embedding pre-trained models in other applications. Embedding is one of the most interesting use cases for TensorFlow as it cannot be accomplished as easily with Theano. Note that while all of the examples here will use Node.js the steps are nearly identical in any language with C FFI support (e.g.
Apr-2-2018, 18:38:44 GMT
- Technology: