serve
serve copied to clipboard
Has anybody managed to serve efficientnet (from torchvision) ?
Hello,
I cannot find no documentation on serving the efficientnet(from torchvision) with torchserve.
I struggle, as the serve worker dies everything and the status of the server jumps around from Healthy, to partial healthy to unhealthy and then the workers restarts.
I think I do not create the .mar archive correctly for torchserve.
Any ideas?