Search code examples
python-3.xspacynamed-entity-recognition

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


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


Solution

  • 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?