Experiment - TensorFlow Lite conversion
Problem:You have a TensorFlow model trained for image classification. You want to convert it to TensorFlow Lite format to run it efficiently on mobile devices.
Current Metrics:Model accuracy on test data: 92%. Model size: 15 MB. No TensorFlow Lite model yet.
Issue:The model is too large and slow for mobile deployment. You need to convert it to TensorFlow Lite format and check that accuracy remains close to original.