Experiment - Why pre-trained models save time
Problem:You want to classify images into categories but training a model from scratch takes a long time and needs a lot of data.
Current Metrics:Training from scratch: training accuracy 95%, validation accuracy 70%, training time 2 hours.
Issue:The model overfits and training takes too long because it starts learning from zero.
