How to train pre-trained model on multi-class classification?

I am new at using the torch library to make baseline models. so I tried to train a pre-trained model on multi-class classification with a custom loss function called focal loss. so my question is there anything wrong with my code? because when I try to train the model the training loss, test loss, and test accuracy not changing, so did I calculate training loss, test loss, and test accuracy wrong? or did I use focal loss wrong or maybe both and this is my [code]. (https://colab.research.google.com/drive/1f3CY8xEWZ3i61QCwUMVnPm2JXWvlH2HA)