July 2018
Beginner to intermediate
312 pages
8h 31m
English
Once the model has been exported, it can be started or served by using tensorflow_model_server, with a command such as the following:
tensorflow_model_server --port=9000 --model_name=<modelname> --model_base_path=<modelpath>
You can replace the <> with the corresponding model name and path where the model is exported.
Read now
Unlock full access