Skip to content

Instantly share code, notes, and snippets.

@CleanPegasus
Created September 28, 2020 05:39
Show Gist options
  • Save CleanPegasus/bddb545a4f83178889dc92b74ae8fe15 to your computer and use it in GitHub Desktop.
Save CleanPegasus/bddb545a4f83178889dc92b74ae8fe15 to your computer and use it in GitHub Desktop.
Model Serving
# The model will be accessible as an API through the port 8501
bash --bg
nohup tensorflow_model_server \
--rest_api_port = 8501 \
--model_name = emotion_recognizer \
--model_base_path = "${MODEL_DIR}" >server.log 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment