Experiment - Model packaging (.mar files)
Problem:You have trained a PyTorch image classification model but it is only saved as a .pt file. You want to package it into a .mar file for easy deployment with TorchServe.
Current Metrics:Model accuracy on test data: 85%. Model saved as model.pt file.
Issue:The model is not packaged for deployment. TorchServe requires a .mar file which bundles the model and handler code.