Serving the exported model

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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset