Experiment - Learning rate for fine-tuning
Problem:You want to fine-tune a pretrained image classification model on a new dataset. The current learning rate is too high, causing the model to not improve validation accuracy well.
Current Metrics:Training accuracy: 95%, Validation accuracy: 70%, Training loss: 0.15, Validation loss: 0.85
Issue:The model overfits quickly and validation accuracy is low compared to training accuracy, indicating the learning rate is too high for fine-tuning.