-
Notifications
You must be signed in to change notification settings - Fork 58
Short team Stuff
Nikhil Kothari edited this page Dec 7, 2015
·
1 revision
This page documents some miscellaneous things, given things are super rough and early right now.
This node.js module depends on a precompiled libtensorflow.so -- see issue #3
libensorflow.so needs to be built out of https://github.com/nikhilk/tensorflow (via bazel build libtensorflow.so
within the tensorflow/cc
directory) and then manually copied into the src/interop
directory to be able to run node test_api.js
(in the same location).
Needless to say, looking to clean this up with better short term solutions, and longer term, correct packaging of the node module.