Experiment - Mobile deployment (PyTorch Mobile)
Problem:You have trained a PyTorch image classification model on a desktop. Now you want to deploy it on a mobile device using PyTorch Mobile. The current model is large and slow to run on mobile.
Current Metrics:Model size: 50MB, Inference time on mobile: 2.5 seconds per image, Accuracy on test set: 88%
Issue:The model is too large and slow for mobile deployment, causing poor user experience.