Accuracy not improving at all

Hi All ,

I am trying to do Multi class text classification. I am using the text_classification_learner to train the model. I Observe that even after lot of epochs the accuracy remains same as where it started in 1st epoch , I don’t know how to proceed.

Have you tried reducing the learning rate? You could try using the learning rate finder to find an appropriate learning rate.

2 Likes

Just tried it and works . Thanks :slight_smile:

1 Like