项目作者: PatWie

项目描述 :
TensorFlow-Serving-Lite written in Go
高级语言: Go
项目地址: git://github.com/PatWie/tensorflow-serving-lite.git
创建时间: 2018-08-28T20:37:46Z
项目社区:https://github.com/PatWie/tensorflow-serving-lite

开源协议:

下载


Just an attempt to build a light-weight TensorFlow-Serving alternative in Go

Prepare the model by running training/create.py.

Now this model can be served either by tensorflow-serving using

  1. server@host $ cd server/tensorflow-serving
  2. server@host $ ./run.sh

or

  1. server@host $ cd server/tensorflow-serving-lite
  2. server@host $ go build tensorflow-serving-lite.go && ./tensorflow-serving-lite

TensorFlow-Serving-Lite has currently hard-coded end-points.