Skip to content
master
Go to file
Code
This branch is 32 commits behind illagrenan:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.rst

UNOFFICIAL TensorFlow Serving API libraries for Python3

Latest release PyPi Supported Python implementations Supported Python versions
CI TravisCI

Installation

Supported Python versions are: 3.5 and 3.6.

pip install --upgrade tensorflow-serving-api-python3

Why?

Official Serving package (https://pypi.python.org/pypi/tensorflow-serving-api) is marked as Python2-only although it supports Python3 (therefore you cannot pip3 install tensorflow-serving-api). This has been discussed in this thread: https://github.com/tensorflow/serving/issues/700 (unfortunately, the proposal for publishing the Python3 package was rejected).

This package is only redistribution: I only downloaded Python2 .whl from the PyPI, extracted it and added my setup.py with Python3 support.

About

**UNOFFICIAL and redistributed** TensorFlow Serving API libraries for Python3

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.