起一次docker的tf serving同时加载多个模型,(不同功能的模型)
只需要配置文件
docker run -p 8501:8501 --mount type=bind,source=/home/jerry/tmp/multiModel/,target=/models/multiModel \
-t tensorflow/serving --model_config_file=/models/multiModel/models.config
起一次docker的tf serving同时加载多个模型,(不同功能的模型)
只需要配置文件
docker run -p 8501:8501 --mount type=bind,source=/home/jerry/tmp/multiModel/,target=/models/multiModel \
-t tensorflow/serving --model_config_file=/models/multiModel/models.config
本文标题:tf serving(四)加载多个模型
本文链接:https://www.haomeiwen.com/subject/vpqzfctx.html
网友评论