Training spacy model stucking in 99% #13307
Replies: 4 comments
-
Hi! To try and figure out what may be going on, can I ask you some more questions?
|
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the reply!
|
Beta Was this translation helpful? Give feedback.
-
That's pretty reasonable - my main guess was (and still is) that the delay is caused by running the pipeline on the full eval set, to print out the F/P/R scores after the model has gone through a training iteration. Maybe just to test this hypothesis, could you try a run with the same training dataset, but a much reduced eval dataset, containing only a handful of data points? I'd expect the training to still take the same amount of time, but the progress to go from 99% to 100% much more quickly. Just to verify whether my intuition is correct or not, so we can then look into where/how to resolve the original issue. |
Beta Was this translation helpful? Give feedback.
-
Hello, sorry for the delay. I tried this, i used 6780 for training and only 34 for eval and still gets stuck on the 99% |
Beta Was this translation helpful? Give feedback.
-
Description
So i am training a NER model using transformers and my gpu, the problem happens in the training when the bar that keeps tracks of the progress reachs 99%, it takes 5 minutes to reach 99% and then take many more to go from 99 to 100 maybe even an hour,this is the way that was supposed to work?
How to reproduce the behaviour
Your Environment
config.txt
Beta Was this translation helpful? Give feedback.
All reactions