TensorFlow Serving install stub

master
server 2020-02-12 11:43:35 -07:00
parent 0d25371eac
commit 3eab82b19e
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# TensorFlow Serving
HOWTO Set up and run TensorFlow Serving.
This is to this particular configuration.
# Software
Main software in use:
* Debian
* Proxmox
* Ceph
* Python 3
* TensorFlow Serving
# Installation
Install TensorFlow Serving.
```
git clone https://github.com/tensorflow/serving
```