Experiment - TorchScript for production
Problem:You have a PyTorch model trained for image classification. The model works well in training and testing but is too slow and not portable for production deployment.
Current Metrics:Training accuracy: 92%, Validation accuracy: 88%, Inference time per image: 120 ms
Issue:The model is not optimized for production. It runs slowly and cannot be easily deployed outside Python environments.