simple_tensorflow_serving
simple_tensorflow_serving copied to clipboard
how can I shutdown the model which I don't want to use?
I use sample_tensorflow_serving by docker.But the default models all open as default.They occupy too many resource.I want to shutdown them ,But I couldn't find the way in the document.
Hi @wzl789139 , the example docker image will load all the models in the container as demo. You can remove the model files or specify the model to load when start the server.
@tobegit3hub Are you a Chinese? Thanks for your excellent work and help. I got it finally. My poor English can not describe this problem clearly. The key was that I must restart the docker container to restart(reload) the service and model.