When using pre-trained models like ResNet, VGG, or EfficientNet, the key metrics to watch are accuracy and top-1/top-5 accuracy. These show how well the model predicts the correct class among its guesses. Since these models are often used for image classification, accuracy tells us how often the model gets the right answer.
Also, inference speed and model size matter because pre-trained models are used in real applications where speed and memory are important.