Last active
September 20, 2019 09:47
-
-
Save dipanjanS/13ac2ad743e72e519dcf6d71a1918377 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%bash --bg | |
nohup /usr/bin/tensorflow_model_server \ | |
--rest_api_port=8501 \ | |
--model_config_file="/home/jupyter/tensorflow_serving/models.conf" >server.log 2>&1 | |
# checking the logs | |
!tail server.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment