Graphpipe helpers for TensorFlow remote ops
Project description
GraphPipe helpers for TensorFlow
This package contains helpers and examples for using GraphPipe with tensorflow. It contains a new plug-in operation for tensorflow that makes a call to a GraphPipe remote model from within a local tensorflow graph. The new operation is called remote_op and communicates with the remote model using libcurl and the GraphPipe protocol.
Additionaly, a new keras layer is included based on the remote operation. This allows you to include a layer in a keras model that makes a remote call.
Finally, various examples are included of serving tensorflow models in python.
For production, a more performant server like
graphpipe-tf
is
recommended, but the python server is useful for experimentation.
List Of Examples
- Jupyter Notebook: serving and querying VGG with GraphPipe
- Complete client/server example
- Simple tensorflow model server
- Keras to GraphDef
- Using a remote operation
- Tensorflow graph to GraphDef
Build
Building manually requires a few libraries to be installed, but the Makefile will happily run a build for you in a docker container.
make build
See build_linux.sh
for the additional headers besides libcurl that you will
need to build the C library. (From tensorflow and flatbuffers)
If you've successfully built the C library, to build installation packages:
python setup.py bdist_wheel
Note that these are not manylinux wheels and depend on libcurl being installed
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file graphpipe_tf-1.0.4-cp36-cp36m-macosx_10_11_x86_64.whl
.
File metadata
- Download URL: graphpipe_tf-1.0.4-cp36-cp36m-macosx_10_11_x86_64.whl
- Upload date:
- Size: 24.2 kB
- Tags: CPython 3.6m, macOS 10.11+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4443ab6f0ccab810301ea9715bc8d6b3fcfcceec24c87138edb78217c1ac5367 |
|
MD5 | 5c35a2ff7c914a5d2718c07152cd4dc8 |
|
BLAKE2b-256 | d3b1c1a7a218ffd7dedb2cb049019452cc8316962928170bbcb7cdfb15aa443c |