An open API service indexing awesome lists of open source software.

https://github.com/jeongukjae/tfs-proxy-test


https://github.com/jeongukjae/tfs-proxy-test

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

          

#

## Run TensorFlow Serving Docker image

```sh
$ docker run \
--rm -it \
-v `pwd`/saved_model_half_plus_two_cpu:/models/model:ro \
-p 8500:8500 \
tensorflow/serving
```