Home > Software design >  Spacy - problem during the training of my model, it seems to block at epoch 0
Spacy - problem during the training of my model, it seems to block at epoch 0

Time:01-05

I am training my named entity recogniser but I have the impression that it blocks at epoch 0. I have already done several trainings and I have never had this problem. Does anyone have any tips? I am attaching a screenshot of my terminal. Many thanks!!

enter image description here

CodePudding user response:

It's likely you just have too much data and your training is slow.

How much data do you have? How much RAM? What does spacy debug data show?

  •  Tags:  
  • Related