IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 8367af8a authored by Dominik Haunß's avatar Dominik Haunß
Browse files

Update README.md

parent e9e0ae46
No related branches found
No related tags found
No related merge requests found
......@@ -13,14 +13,17 @@ to Create DockerImage to serve model use:
docker run -d --name serving_base tensorflow/serving
to create image
and copy Model into the container by:
docker cp models/<my model> serving_base:/models/<my model>
inside container run:
tensorflow_model_server --port=8500 --rest_api_port=8501 --model_name=best_model --model_base_path=/models/best_model
to run the model server.
To check the variables and signature of your model run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment