torchserve to the rescue! — All the code used in this article is here Recently, PyTorch has introduced its new production framework to properly serve models, called torchserve.So, without further due, let’s present today’s roadmap: Installation with Docker Export your model Define a handler Serve our model To showcase torchserve, we will serve a fully…