Cannot get the validation loss to decrease on text detection #752
Unanswered
dvivarelli
asked this question in
Q&A
Replies: 1 comment
-
Hi @dvivarelli 👋 There are few things in place here:
Also, if you want to check the good LR to pick here, I suggest trying out the LR finder option available on all our training scripts (cf. #703). That should help you pick a good LR! Hope all of this helps :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello again.
I'm trying to fine tune the detection phase.
The training set is 50 images with 30 annotations on each image
Val set is 7 images with 30 annotations on each image
I start the training using the command:
but after a few epochs val loss increases
![image](https://user-images.githubusercontent.com/7543391/147362038-3f343e31-a102-40de-a33a-2fe7b001656c.png)
How can I avoid the overfitting?
Beta Was this translation helpful? Give feedback.
All reactions