Skip to content

cz23773/Tensorflow-Serving-on-S3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow-Serving-on-S3

  • model.config: Specify model names, paths, version policy & labels, logging configuration and more.

  • tf_serving.shell: shell scripts does not contain the configuration version

    aws-vault exec sandbox ./tf_serving.sh

    curl -d '{"instances": [1.0, 2.0, 5.0]}' -X POST http://localhost:8501/v1/models/half_plus_twsaved_model_half_plus_two_cpu:predict

  • tf_serving_config.shell: shell scripts contains the configuration version

    aws-vault exec sandbox ./tf_serving_config.sh

    curl -d '{"instances": [1.0, 2.0, 5.0]}' -X POST http://localhost:8501/v1/models/model1:predict

  • Reference:

    TensorFlow Serving with Docker

    Tensorflow Serving Configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages