Closed VikasNeoito closed 2 years ago
I deployed a similar workflow with torchserve and working pretty well. This Workflow simply needs 3 components (torchserve models)
@samils7 Thanks for the response and the details about your workflow details @VikasNeoito Please reopen if you need any help in additiona to @samils7 suggestion
Hi, I am wondering whether I can use TorchServe to deploy a PyTorch FaceNet model. How do I set something that needs to take an image, pass it through the model to get the encodings, and then compare them to every image encoding in the database and output the closest one.? Which is the most efficient way to do this?