Experiment - TorchServe setup
Problem:You want to deploy a PyTorch model so it can serve predictions through a web API using TorchServe.
Current Metrics:No deployment yet, so no serving or prediction metrics available.
Issue:Model is trained but not yet deployed for real-time inference. You need to package and serve it properly.